LineSeriesCoordinateSolveResult Structure |
Namespace: Arction.Wpf.Charting
The LineSeriesCoordinateSolveResult 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 | |
|---|---|---|
| CoordBottom |
Bottom Y-coordinate at cursor position.
| |
| CoordTop |
Top Y-coordinate at cursor position.
| |
| MinIndex |
Minimum data point index.
| |
| NearestX |
Nearest X-coordinate.
| |
| PointCount |
Data point count for column.
| |
| SolveStatus |
Solve status. Use values only if SolveStatus is OK.
|