SeriesErrorPoint Constructor (Double, Double, Double, Double, Double, Double, Object, Color) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SeriesErrorPoint(
double x,
double y,
double errorXMinus,
double errorXPlus,
double errorYMinus,
double errorYPlus,
Object tag,
Color color
)
Public Sub New (
x As Double,
y As Double,
errorXMinus As Double,
errorXPlus As Double,
errorYMinus As Double,
errorYPlus As Double,
tag As Object,
color As Color
)
public:
SeriesErrorPoint(
double x,
double y,
double errorXMinus,
double errorXPlus,
double errorYMinus,
double errorYPlus,
Object^ tag,
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. - tag
- Type: SystemObject
Tag, freely assignable object. - color
- Type: System.DrawingColor
Color of the point. For more information see Color property.
See Also