Click or drag to resize

LightningChartEngineInitResultsToString Method

LightningChart .NET Help
Used to convert GetLastEngineInitResults to string to help reporting of it's contents.

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

Parameters

results
Type: System.Collections.GenericListEngineInitResult

[Missing <param name="results"/> documentation for "M:Arction.Wpf.Charting.LightningChart.EngineInitResultsToString(System.Collections.Generic.List{Arction.Wpf.Charting.EngineInitResult})"]

Return Value

Type: String
EngineInitResults as a string.
See Also