Click or drag to resize

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

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public SeriesErrorPoint(
	double x,
	double y,
	double errorXMinus,
	double errorXPlus,
	double errorYMinus,
	double errorYPlus
)

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.
See Also