Table of Contents

Class MapItemActionEventArgs

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

Represents a class that provides arguments for the MapItemAction event.

public class MapItemActionEventArgs : ChartEventArgs
Inheritance
MapItemActionEventArgs
Inherited Members

Constructors

MapItemActionEventArgs()

Creates and initializes a new instance of MapItemActionEventArgs class.

public MapItemActionEventArgs()

Fields

Layer

Layer.

public int Layer

Field Value

int

MapItem

Map Item.

public MapItem MapItem

Field Value

MapItem