SeriesErrorPoint Constructor (Double, Double, Double, Double, Double, Double, Object) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SeriesErrorPoint(
double x,
double y,
double errorXMinus,
double errorXPlus,
double errorYMinus,
double errorYPlus,
Object tag
)
Public Sub New (
x As Double,
y As Double,
errorXMinus As Double,
errorXPlus As Double,
errorYMinus As Double,
errorYPlus As Double,
tag As Object
)
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