Click or drag to resize

MapItem Class

LightningChart .NET Help
Map item.
Inheritance Hierarchy

Namespace: LightningChartLib.UWP.ChartingMVVM.Maps
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class MapItem : ChartNode

The MapItem type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyName Gets or sets name. This is a dependency property.
Public propertyType Gets layer type. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodGetInfo Get values.
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberNameProperty Identifies the Name dependency property.
Public fieldStatic memberTypeProperty Identifies the Type dependency property.
Top
See Also