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
MapName
Map name.
public string MapName
Field Value
ShortError
Provides a short error description.
public string ShortError