ChartInfoEngineInitResults Property |
LightningChart .NET Help
List of engine init results.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<EngineInitResult> EngineInitResults { get; }Public ReadOnly Property EngineInitResults As List(Of EngineInitResult)
Get
public:
property List<EngineInitResult>^ EngineInitResults {
List<EngineInitResult>^ get ();
}Property Value
Type:
ListEngineInitResult
See Also