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
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