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