Click or drag to resize

MapLayerType Class

LightningChart .NET Help
Map layer type.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVM.Maps.ModelsMapLayerType

Namespace: LightningChartLib.UWP.ChartingMVVM.Maps.Models
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class MapLayerType : IMapLayerType, 
	IEquatable<MapLayerType>

The MapLayerType type exposes the following members.

Constructors
 NameDescription
Public methodMapLayerType Constructor.
Top
Properties
 NameDescription
Public propertyId Id of layer. int from MapLayerType enumeration.
Public propertyValue Value.
Top
Methods
 NameDescription
Public methodEquals Equality check.
Public methodToString Layer type as string.
(Overrides ObjectToString)
Top
See Also