NChartBandSeriesPoints Property |
Array of points.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public IReadOnlyList<NChartPoint> Points { get; }
Public ReadOnly Property Points As IReadOnlyList(Of NChartPoint)
Get
public:
virtual property IReadOnlyList<NChartPoint^>^ Points {
IReadOnlyList<NChartPoint^>^ get () sealed;
}
Property Value
Type:
IReadOnlyListNChartPointImplements
INChartSeriesPointsSee Also