Click or drag to resize

SeriesErrorPoint Constructor (Double, Double, Double, Double, Double, Double, 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 SeriesErrorPoint(
	double x,
	double y,
	double errorXMinus,
	double errorXPlus,
	double errorYMinus,
	double errorYPlus,
	Color color
)

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.
color
Type: System.Windows.MediaColor
Color of the point. For more information see Color property.
See Also