Table of Contents

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

LightningChart

Description

Description of the message.

public string Description

Field Value

string

Details

Details of the message.

public string Details

Field Value

string

InternalError

Source exception of the message.

public Exception InternalError

Field Value

Exception

MessageSeverity

Severity level of the message.

public MessageSeverity MessageSeverity

Field Value

MessageSeverity

MessageType

Type of the message.

public MessageType MessageType

Field Value

MessageType

Source

Message source object.

public object Source

Field Value

object

StackTrace

Stack trace from a possible exception.

public string StackTrace

Field Value

string

TimeStamp

Date and time when the message occurred.

public DateTime TimeStamp

Field Value

DateTime

Methods

ToString()

Returns struct values as a string.

public override string ToString()

Returns

string

Struct values as a string.