Click or drag to resize

BlockSeriesBaseSolveYValueAtXValue Method

LightningChart .NET Help
Solve y value at x value.

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public virtual LineSeriesValueSolveResult SolveYValueAtXValue(
	double x
)

Parameters

x
Type: SystemDouble
Data x value.

Return Value

Type: LineSeriesValueSolveResult
Solve result.
See Also