Click or drag to resize

HighLowSeriesPoint Constructor (Double, Double, Double)

LightningChart .NET Help
Constructor.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public HighLowSeriesPoint(
	double x,
	double yHigh,
	double yLow
)

Parameters

x
Type: SystemDouble
X value.
yHigh
Type: SystemDouble
Y high value.
yLow
Type: SystemDouble
Y low value.
See Also