StencilAreaMapLayers Property |
LightningChart .NET Help
Gets or sets map layer indexes. 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 Int32ObservableCollection MapLayers { get; set; }Public Property MapLayers As Int32ObservableCollection
Get
Set
public:
property Int32ObservableCollection^ MapLayers {
Int32ObservableCollection^ get ();
void set (Int32ObservableCollection^ value);
}Property Value
Type:
Int32ObservableCollection
See Also