Table of Contents

Struct LineSeriesValueSolveResult

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

LineSeries value solve result.

public struct LineSeriesValueSolveResult
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 int NearestDataPointIndex

Field Value

int

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.