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.

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

The EngineWarning 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 the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic member(EngineWarning to EngineWarning)
Conversion to EngineWarning from RD.EngineWarning. There should be a better way for this.
Top
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