LightningChartThemeBasicsCustomDynamicBackgroundImage Property |
LightningChart .NET Help
Custom dynamic image of dynamic theme background
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic Image CustomDynamicBackgroundImage { get; set; }Public Property CustomDynamicBackgroundImage As Image
Get
Set
public:
property Image^ CustomDynamicBackgroundImage {
Image^ get ();
void set (Image^ value);
}Property Value
Type:
Image
See Also