DigitalLineSeriesValueSolveResult Structure |
Namespace: Arction.Wpf.Charting
The DigitalLineSeriesValueSolveResult type exposes the following members.
| 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 | |
|---|---|---|
| NearestDataPointIndex |
Nearest data point index of the searched X value. Note that e.g. in real-time examples this is only valid when there is no data added to series.
| |
| NearestX |
Nearest X value of the searched X value.
| |
| SolveStatus |
Solve status. Use result values only if SolveStatus is OK.
| |
| YMax |
Max Y value on the searched X value.
| |
| YMin |
Min Y value on the searched X value.
|