SeriesErrorPoint Structure |
Namespace: Arction.Wpf.ChartingMVVM
The SeriesErrorPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| SeriesErrorPoint(Double, Double) |
Constructor, with error bar values set to 0.
| |
| SeriesErrorPoint(Double, Double, Object) |
Constructor, with error bar values set to 0.
| |
| SeriesErrorPoint(Double, Double, Color) |
Constructor, with error bar values set to 0.
| |
| SeriesErrorPoint(Double, Double, Object, Color) |
Constructor, with error bar values set to 0.
| |
| SeriesErrorPoint(Double, Double, Double, Double, Double, Double) |
Constructor.
| |
| SeriesErrorPoint(Double, Double, Double, Double, Double, Double, Object) |
Constructor.
| |
| SeriesErrorPoint(Double, Double, Double, Double, Double, Double, Color) |
Constructor.
| |
| SeriesErrorPoint(Double, Double, Double, Double, Double, Double, Object, Color) |
Constructor.
|
| Name | Description | |
|---|---|---|
| PointColor |
Color of the point.
This is used only if the series PointStyles IndividiualPointColor is not set to Off.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| ErrorXMinus |
X amount to X-axis reverse direction
| |
| ErrorXPlus |
X amount to X-axis positive direction.
| |
| ErrorYMinus |
Y amount to Y-axis reverse direction.
| |
| ErrorYPlus |
Y amount to Y-axis positive direction.
| |
| Tag |
Tag. Freely assignable object.
| |
| X |
X value.
| |
| Y |
Y value.
|