Click or drag to resize

EngineWarning Structure

LightningChart .NET Help
Defines a type for messages that can be received from the rendering engine. Used to pass messages from engine to LightningChart during initialization.

Usually the messages are warnings or other notifications intended for optimization and debugging. If they are critical they usually result in exceptions.

Inheritance Hierarchy
SystemObject
  SystemValueType
    LightningChartLib.UWP.ChartingMVVMEngineWarning

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 EngineWarning

The EngineWarning type exposes the following members.

Fields
 NameDescription
Public fieldDescription Summary of the problem on a general level
Public fieldDetails Details of the message.
Public fieldMessageSeverity Severity level of the message.
Public fieldMessageType Type of the message.
Public fieldTimeStamp Date and time when the event occurred.
Top
See Also