Click or drag to resize

LiteFreeformLineSeriesSolveNearestSampleByValue Method

LightningChart .NET Help

[Missing <summary> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesXY.LiteFreeformLineSeries.SolveNearestSampleByValue(System.Double,System.Double,System.Double@,System.Double@,System.Int32@)"]

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public override bool SolveNearestSampleByValue(
	double xValue,
	double yValue,
	out double nearestSampleXValue,
	out double nearestSampleYValue,
	out int nearestIndex
)

Parameters

xValue
Type: SystemDouble

[Missing <param name="xValue"/> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesXY.LiteFreeformLineSeries.SolveNearestSampleByValue(System.Double,System.Double,System.Double@,System.Double@,System.Int32@)"]

yValue
Type: SystemDouble

[Missing <param name="yValue"/> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesXY.LiteFreeformLineSeries.SolveNearestSampleByValue(System.Double,System.Double,System.Double@,System.Double@,System.Int32@)"]

nearestSampleXValue
Type: SystemDouble

[Missing <param name="nearestSampleXValue"/> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesXY.LiteFreeformLineSeries.SolveNearestSampleByValue(System.Double,System.Double,System.Double@,System.Double@,System.Int32@)"]

nearestSampleYValue
Type: SystemDouble

[Missing <param name="nearestSampleYValue"/> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesXY.LiteFreeformLineSeries.SolveNearestSampleByValue(System.Double,System.Double,System.Double@,System.Double@,System.Int32@)"]

nearestIndex
Type: SystemInt32

[Missing <param name="nearestIndex"/> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesXY.LiteFreeformLineSeries.SolveNearestSampleByValue(System.Double,System.Double,System.Double@,System.Double@,System.Int32@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.SeriesXY.LiteFreeformLineSeries.SolveNearestSampleByValue(System.Double,System.Double,System.Double@,System.Double@,System.Int32@)"]

See Also