Struct EngineWarning
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
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.
public struct EngineWarning
- Inherited Members
Fields
Description
Summary of the problem on a general level
public string Description
Field Value
Details
Details of the message.
public string Details
Field Value
MessageSeverity
Severity level of the message.
public MessageSeverity MessageSeverity
Field Value
MessageType
Type of the message.
public EngineMessageType MessageType
Field Value
TimeStamp
Date and time when the event occurred.
public DateTime TimeStamp