Table of Contents

Class MapItem

Namespace
LightningChartLib.WinForms.Charting.Maps
Assembly
LightningChart.WinForms.Charting.NET4.dll

Map item.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class MapItem : ChartNode, IChartNode, IDisposable
Inheritance
MapItem
Implements
Derived
Inherited Members

Constructors

MapItem()

Constructor.

public MapItem()

MapItem(MapLayer, LayerType)

Constructor.

public MapItem(MapLayer owner, MapLayer.LayerType type)

Parameters

owner MapLayer
param owner M:LightningChartLib.WinForms.Charting.Maps.MapItem.#ctor(LightningChartLib.WinForms.Charting.Maps.MapLayer,LightningChartLib.WinForms.Charting.Maps.MapLayer.LayerType)
type MapLayer.LayerType
param type M:LightningChartLib.WinForms.Charting.Maps.MapItem.#ctor(LightningChartLib.WinForms.Charting.Maps.MapLayer,LightningChartLib.WinForms.Charting.Maps.MapLayer.LayerType)

MapItem(MapLayer, LayerType, int)

Constructor.

public MapItem(MapLayer owner, MapLayer.LayerType type, int id)

Parameters

owner MapLayer
param owner M:LightningChartLib.WinForms.Charting.Maps.MapItem.#ctor(LightningChartLib.WinForms.Charting.Maps.MapLayer,LightningChartLib.WinForms.Charting.Maps.MapLayer.LayerType,System.Int32)
type MapLayer.LayerType
param type M:LightningChartLib.WinForms.Charting.Maps.MapItem.#ctor(LightningChartLib.WinForms.Charting.Maps.MapLayer,LightningChartLib.WinForms.Charting.Maps.MapLayer.LayerType,System.Int32)
id int
param id M:LightningChartLib.WinForms.Charting.Maps.MapItem.#ctor(LightningChartLib.WinForms.Charting.Maps.MapLayer,LightningChartLib.WinForms.Charting.Maps.MapLayer.LayerType,System.Int32)

Properties

Name

Name.

public string Name { get; set; }

Property Value

string

Methods

Construct()

Create members.

protected virtual void Construct()

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

GetInfo()

Get values.

public Dictionary<string, string> GetInfo()

Returns

Dictionary<string, string>

Values.