Click or drag to resize
INChartSeriesDataSourcePoints Method
Get array of points for the series.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
IReadOnlyList<NChartPoint> Points(
	INChartSeries series
)

Parameters

series
Type: NChart3D_UWPINChartSeries
Series to obtain the points for.

Return Value

Type: IReadOnlyListNChartPoint
An array of NChartPoint instances where the data is stored.
See Also