Click or drag to resize
NChartHeatmapSeriesPoints Property
Array of points.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public IReadOnlyList<NChartPoint> Points { get; }

Property Value

Type: IReadOnlyListNChartPoint

Implements

INChartSeriesPoints
See Also