Click or drag to resize

ISingleLineSeriesSolveResultReturningSeries Interface

LightningChart .NET Help
Interface for series which return only single LineSeriesSolveResult.

Namespace: LightningChartLib.UWP.ChartingMVVM.SeriesXY
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface ISingleLineSeriesSolveResultReturningSeries

The ISingleLineSeriesSolveResultReturningSeries type exposes the following members.

Methods
 NameDescription
Public methodSolveYCoordAtXCoord Find nearest series point of given X-coordinate and get corresponding Y-coordinate.
Public methodSolveYValueAtXValue Find nearest series point of given X-value and get corresponding Y-value.
Top
Remarks
Currently affects Area-, HighLow-, PointLine- and SampleDataSeries
See Also