Table of Contents

Class MapChangedEventArgs

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

Represents a class that provides arguments for the MapChanged event.

public class MapChangedEventArgs : ChartEventArgs
Inheritance
MapChangedEventArgs
Inherited Members

Constructors

MapChangedEventArgs()

Creates and initializes a new instance of MapChangedEventArgs class.

public MapChangedEventArgs()

Fields

NewMapName

The new map name.

public string NewMapName

Field Value

string

OldMapName

The old map name.

public string OldMapName

Field Value

string