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