Click or drag to resize

FreeformPointLineSeriesSolveYValuesAtXValue Method

LightningChart .NET Help
Find all instances of FreeformPointLineSeries’ intersection with vertical line going through the given X-value. The intersection point is described by segment of line (pair of LineSeries’ points) it is found. Each intersection point is returned as LineSeriesValueSolveResult structure, and method returns the list of those structures.

Note that you might be interested in using SolveNearestDataPointByValue(Double, Double, Double, Double, Int32) for some of the use cases.

X-value.

Return Value

Type: IListLineSeriesValueSolveResult
Iterable list of solve results.

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public IList<LineSeriesValueSolveResult> SolveYValuesAtXValue(
	double x
)

Parameters

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Arction.Wpf.Charting.SeriesXY.FreeformPointLineSeries.SolveYValuesAtXValue(System.Double)"]

Return Value

Type: IListLineSeriesValueSolveResult

[Missing <returns> documentation for "M:Arction.Wpf.Charting.SeriesXY.FreeformPointLineSeries.SolveYValuesAtXValue(System.Double)"]

See Also