LightningChartChartBackground Property |
LightningChart .NET Help
Gets or sets background fill.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic Fill ChartBackground { get; set; }Public Property ChartBackground As Fill
Get
Set
public:
property Fill^ ChartBackground {
Fill^ get ();
void set (Fill^ value);
}Property Value
Type:
Fill
See Also