Click or drag to resize

LightningChartBackground Property

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

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

Property Value

Type: Brush
See Also