Click or drag to resize

LineSeriesValueSolveResult Fields

LightningChart .NET Help

The LineSeriesValueSolveResult type exposes the following members.

Fields
  NameDescription
Public fieldNearestDataPointIndex
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.
Public fieldNearestX
Nearest X value of the searched X value.
Public fieldSolveStatus
Solve status. Use result values only if SolveStatus is OK.
Public fieldYMax
Max Y value on the searched X value.
Public fieldYMin
Min Y value on the searched X value.
Top
See Also