INChartPointAnalyzerAnalyzePoints Method (IReadOnlyListNChartPoint, Int32) |
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax IReadOnlyList<NChartPoint> AnalyzePoints(
IReadOnlyList<NChartPoint> points,
int stateIndex
)
Function AnalyzePoints (
points As IReadOnlyList(Of NChartPoint),
stateIndex As Integer
) As IReadOnlyList(Of NChartPoint)
IReadOnlyList<NChartPoint^>^ AnalyzePoints(
[InAttribute] IReadOnlyList<NChartPoint^>^ points,
[InAttribute] int stateIndex
)
Parameters
- points
- Type: System.Collections.GenericIReadOnlyListNChartPoint
- stateIndex
- Type: SystemInt32
Return Value
Type:
IReadOnlyListNChartPointSee Also