Click or drag to resize

SeriesErrorPoint Constructor (Double, Double, Double, Double, Double, Double, Object)

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 SeriesErrorPoint(
	double x,
	double y,
	double errorXMinus,
	double errorXPlus,
	double errorYMinus,
	double errorYPlus,
	Object tag
)

Parameters

x
Type: SystemDouble
X value.
y
Type: SystemDouble
Y value.
errorXMinus
Type: SystemDouble
Error bar X, to negative direction.
errorXPlus
Type: SystemDouble
Error bar X, to positive direction.
errorYMinus
Type: SystemDouble
Error bar Y, to negative direction.
errorYPlus
Type: SystemDouble
Error bar Y, to positive direction.
tag
Type: SystemObject
Tag, freely assignable object.
See Also