Struct DigitalLineSeriesValueSolveResult
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
DigitalLineSeries value solve result.
public struct DigitalLineSeriesValueSolveResult
- Inherited Members
Fields
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.
public long NearestDataPointIndex
Field Value
NearestX
Nearest X value of the searched X value.
public double NearestX
Field Value
SolveStatus
Solve status. Use result values only if SolveStatus is OK.
public LineSeriesSolveStatus SolveStatus
Field Value
YMax
Max Y value on the searched X value.
public double YMax
Field Value
YMin
Min Y value on the searched X value.
public double YMin
Field Value
Methods
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as a string.