Table of Contents

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

string

Details

Details of the message.

public string Details

Field Value

string

MessageSeverity

Severity level of the message.

public MessageSeverity MessageSeverity

Field Value

MessageSeverity

MessageType

Type of the message.

public EngineMessageType MessageType

Field Value

EngineMessageType

TimeStamp

Date and time when the event occurred.

public DateTime TimeStamp

Field Value

DateTime