'Declaration Public ReadOnly Property DataPoints As List(Of Surface3DDataPoint)
'Usage Dim instance As Surface3DSeries Dim value As List(Of Surface3DDataPoint) value = instance.DataPoints
public List<Surface3DDataPoint> DataPoints {get;}
'Declaration Public ReadOnly Property DataPoints As List(Of Surface3DDataPoint)
'Usage Dim instance As Surface3DSeries Dim value As List(Of Surface3DDataPoint) value = instance.DataPoints
public List<Surface3DDataPoint> DataPoints {get;}
Note that said collection is generated by combining Categories & Values.
Also note that each Surface3DDataPoint within the collection will contain an index, a Category & a Value.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2