Click or drag to resize
INChartPointAnalyzerAnalyzePoints Method (IReadOnlyListNChartPoint, Int32)

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

Parameters

points
Type: System.Collections.GenericIReadOnlyListNChartPoint
stateIndex
Type: SystemInt32

Return Value

Type: IReadOnlyListNChartPoint
See Also