Click or drag to resize

HighLowSeriesPoint Constructor (Double, Double, Double, Object, Color)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public HighLowSeriesPoint(
	double x,
	double yHigh,
	double yLow,
	Object tag,
	Color color
)

Parameters

x
Type: SystemDouble
X value.
yHigh
Type: SystemDouble
Y high value.
yLow
Type: SystemDouble
Y low value.
tag
Type: SystemObject
Tag. Freely assignable object.
color
Type: System.Windows.MediaColor
Color of the point. For more information see Color property.
See Also