INChartSeriesPoints Property |
Array of points.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax IReadOnlyList<NChartPoint> Points { get; }
ReadOnly Property Points As IReadOnlyList(Of NChartPoint)
Get
property IReadOnlyList<NChartPoint^>^ Points {
IReadOnlyList<NChartPoint^>^ get ();
}
Property Value
Type:
IReadOnlyListNChartPointSee Also