Click or drag to resize

ChartMessageInfo Structure

LightningChart .NET Help
ChartMessageInfo is passed on ChartMessage and it contains information about the error event. Also used as a part of ExceptionInfo.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public struct ChartMessageInfo

The ChartMessageInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns struct values as a string.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldChart
LightningChart object where the message happened.
Public fieldDescription
Description of the message.
Public fieldDetails
Details of the message.
Public fieldInternalError
Source exception of the message.
Public fieldMessageSeverity
Severity level of the message.
Public fieldMessageType
Type of the message.
Public fieldSource
Message source object.
Public fieldStackTrace
Stack trace from a possible exception.
Public fieldTimeStamp
Date and time when the message occurred.
Top
See Also