LightningChart .NET Help
Gets or sets map backgrounds. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Maps
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic MapBackgroundCollection Backgrounds { get; set; }Public Property Backgrounds As MapBackgroundCollection
Get
Set
public:
property MapBackgroundCollection^ Backgrounds {
MapBackgroundCollection^ get ();
void set (MapBackgroundCollection^ value);
}Property Value
Type:
MapBackgroundCollection
See Also