LightningChart .NET Help
Map backgrounds.
Namespace:
Arction.WinForms.Charting.Maps
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<MapBackground> Backgrounds { get; set; }Public Property Backgrounds As List(Of MapBackground)
Get
Set
public:
property List<MapBackground^>^ Backgrounds {
List<MapBackground^>^ get ();
void set (List<MapBackground^>^ value);
}Property Value
Type:
ListMapBackground
See Also