Click or drag to resize

DigitalLineSeriesSolveYValueAtXValue Method

LightningChart .NET Help
Solve Y value on given X value. Returned value will be interpolated, if X is between sequential points X values.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public DigitalLineSeriesValueSolveResult SolveYValueAtXValue(
	double x
)

Parameters

x
Type: SystemDouble
X value.

Return Value

Type: DigitalLineSeriesValueSolveResult
Solve status. NearestX will be double.NaN if point is not in the data range.
See Also