Click or drag to resize

LightningChartGetLastEngineInitResults Method

LightningChart .NET Help
returns a list of EngineInitResult objects of which each defines a tried engine, if its initialization was successful or not and the reasons why its initialization failed.

This method is intended for debugging purposes.

The information applies to the last time the engine was tried to be initialized. The list is recreated each time engine initialization is tried and the old information is lost.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public List<EngineInitResult> GetLastEngineInitResults()

Return Value

Type: ListEngineInitResult
List describing lastly tried engines and result of the initialization
See Also