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
Syntaxpublic Brush Background { get; set; }Public Property Background As Brush
Get
Set
public:
property Brush^ Background {
Brush^ get ();
void set (Brush^ value);
}Property Value
Type:
Brush
See Also