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.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<EngineInitResult> GetLastEngineInitResults()
Public Function GetLastEngineInitResults As List(Of EngineInitResult)
public:
List<EngineInitResult>^ GetLastEngineInitResults()
Return Value
Type:
ListEngineInitResultList describing lastly tried engines and result of the initialization
See Also