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.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic readonly List<EngineWarning> Warnings
Public ReadOnly Warnings As List(Of EngineWarning)
public:
initonly List<EngineWarning>^ Warnings
Field Value
Type:
ListEngineWarning
See Also