DigitalLineSeriesValueSolveResult Fields |
The DigitalLineSeriesValueSolveResult type exposes the following members.
| 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.
|