Struct ChartMessageInfo
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
ChartMessageInfo is passed on ChartMessage and it contains information about the error event. Also used as a part of ExceptionInfo.
public struct ChartMessageInfo
- Inherited Members
Fields
Chart
LightningChart object where the message happened.
public LightningChart Chart
Field Value
Description
Description of the message.
public string Description
Field Value
Details
Details of the message.
public string Details
Field Value
InternalError
Source exception of the message.
public Exception InternalError
Field Value
MessageSeverity
Severity level of the message.
public MessageSeverity MessageSeverity
Field Value
MessageType
Type of the message.
public MessageType MessageType
Field Value
Source
Message source object.
public object Source
Field Value
StackTrace
Stack trace from a possible exception.
public string StackTrace
Field Value
TimeStamp
Date and time when the message occurred.
public DateTime TimeStamp
Field Value
Methods
ToString()
Returns struct values as a string.
public override string ToString()
Returns
- string
Struct values as a string.