Click or drag to resize
NChartPeakDetectorAnalyzePoints Method (IReadOnlyListNChartPoint)

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public IReadOnlyList<NChartPoint> AnalyzePoints(
	IReadOnlyList<NChartPoint> points
)

Parameters

points
Type: System.Collections.GenericIReadOnlyListNChartPoint

Return Value

Type: IReadOnlyListNChartPoint

Implements

INChartPointAnalyzerAnalyzePoints(IReadOnlyListNChartPoint)
See Also