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