Click or drag to resize

EngineInitResultWarnings Field

LightningChart .NET Help
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.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public readonly List<EngineWarning> Warnings

Field Value

Type: ListEngineWarning
See Also