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