Struct EngineInitResult
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Engine Init Result.
public struct EngineInitResult
- Inherited Members
Fields
DateTime
Date and time the engine initialization was tried or the information was created. This fields can not be trusted if the initialization is not tried.
public readonly DateTime DateTime
Field Value
DeviceType
Defines the engine type this information concerns.
public readonly RendererDeviceType DeviceType
Field Value
Exceptions
List of exceptions encountered on engine initialization.
public readonly List<Exception> Exceptions
Field Value
Success
If true, initialization of the engine was successful. False if not.
public readonly bool Success
Field Value
Warnings
List of warnings and other messages encountered during initialization, that would have been reported to the ChartError event if they would have been encountered later.
These messages will be delivered through the ChartError event for the activated device in a patch after the init.
public readonly List<EngineWarning> Warnings
Field Value
Methods
ToString()
Used to convert GetLastEngineInitResults to string to help reporting of it's contents.
public override string ToString()
Returns
- string
returns M:LightningChartLib.WinForms.Charting.EngineInitResult.ToString