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.
Inheritance Hierarchy
SystemObject
  SystemValueType
    LightningChartLib.UWP.ChartingMVVMChartMessageInfo

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public struct ChartMessageInfo

The ChartMessageInfo type exposes the following members.

Methods
 NameDescription
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