Click or drag to resize

LineSeriesValueSolveResult Structure

LightningChart .NET Help
LineSeries value solve result.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public struct LineSeriesValueSolveResult

The LineSeriesValueSolveResult type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ValueTypeToString.)
Top
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