Click or drag to resize

LightningChartBackground Property

LightningChart .NET Help
Gets or sets background brush. Set a brush that has less alpha than 255 to allow the chart to be seen through. Also set colors with alpha less than 255 for other chart objects.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public Brush Background { get; set; }

Property Value

Type: Brush
See Also