Click or drag to resize

DigitalLineSeriesCoordinateSolveResult Structure

LightningChart .NET Help
DigitalLineSeries coordinate solver result.

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

The DigitalLineSeriesCoordinateSolveResult 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 fieldCoordBottom
Bottom Y-coordinate at cursor position.
Public fieldCoordTop
Top Y-coordinate at cursor position.
Public fieldMinIndex
Minimum data point index.
Public fieldNearestX
Nearest X-coordinate.
Public fieldPointCount
Data point count for column.
Public fieldSolveStatus
Solve status. Use values only if SolveStatus is OK.
Top
See Also