LightningChart .NET Help
Map items.
Inheritance Hierarchy
Namespace:
Arction.Wpf.ChartingMVVM.Maps
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class MapItems
<SerializableAttribute>
<TypeConverterAttribute(GetType(GeneralTypeConverter))>
Public Class MapItems
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public ref class MapItems
The MapItems type exposes the following members.
Constructors
Properties|
| Name | Description |
|---|
 | Layers |
Map layers (areas, lines, points).
|
Top
Methods|
| Name | Description |
|---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also