Table of Contents

Class LoadErrorEventArgs

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

Represents a class that provides arguments for the LoadError event.

public class LoadErrorEventArgs : ChartEventArgs
Inheritance
LoadErrorEventArgs
Inherited Members

Constructors

LoadErrorEventArgs()

Creates and initializes a new instance of LoadErrorEventArgs class.

public LoadErrorEventArgs()

Fields

Description

Provides a detailed error description.

public string Description

Field Value

string

MapName

Map name.

public string MapName

Field Value

string

ShortError

Provides a short error description.

public string ShortError

Field Value

string