LightningChartBackColor Property |
LightningChart .NET Help
BackColor image. It has no meaning in this control. Use Background property
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[BrowsableAttribute(false)]
public override Color BackColor { get; }<BrowsableAttribute(false)>
Public Overrides ReadOnly Property BackColor As Color
Get
public:
[BrowsableAttribute(false)]
virtual property Color BackColor {
Color get () override;
}Property Value
Type:
Color
See Also