Click or drag to resize

ISingleLineSeriesSolveResultReturningSeries Interface

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

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
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
See Also