Table of Contents

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

long

NearestX

Nearest X value of the searched X value.

public double NearestX

Field Value

double

SolveStatus

Solve status. Use result values only if SolveStatus is OK.

public LineSeriesSolveStatus SolveStatus

Field Value

LineSeriesSolveStatus

YMax

Max Y value on the searched X value.

public double YMax

Field Value

double

YMin

Min Y value on the searched X value.

public double YMin

Field Value

double

Methods

ToString()

Convert class description to string.

public override string ToString()

Returns

string

Class description as a string.