LightningChart .NET Help
Gets layer items. 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 MapItem[] Items { get; }Public ReadOnly Property Items As MapItem()
Get
public:
property array<MapItem^>^ Items {
array<MapItem^>^ get ();
}Property Value
Type:
MapItem
See Also