Click or drag to resize

MapLayer Class

LightningChart .NET Help
Layer.
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 MapLayer : ChartNode

The MapLayer type exposes the following members.

Constructors
 NameDescription
Public methodMapLayer Constructor.
Public methodMapLayer(Map) Constructor.
Top
Properties
 NameDescription
Public propertyItems Gets layer items. This is a dependency property.
Public propertyName Gets or sets name. This is a dependency property.
Public propertyPriority Gets or sets priority. Layers with zero are drawn on top. This is a dependency property.
Public propertyType Gets layer type. This is a dependency property.
Public propertyVisible Gets or sets visibility. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string.
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 memberItemsProperty Identifies the Items dependency property.
Public fieldStatic memberNameProperty Identifies the Name dependency property.
Public fieldStatic memberPriorityProperty Identifies the Priority dependency property.
Public fieldStatic memberTypeProperty Identifies the Type dependency property.
Public fieldStatic memberVisibleProperty Identifies the Visible dependency property.
Top
See Also