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
)
Function Points (
series As INChartSeries
) As IReadOnlyList(Of NChartPoint)
IReadOnlyList<NChartPoint^>^ Points(
[InAttribute] INChartSeries^ series
)
Parameters
- series
- Type: NChart3D_UWPINChartSeries
Series to obtain the points for.
Return Value
Type:
IReadOnlyListNChartPointAn array of NChartPoint instances where the data is stored.
See Also