C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSet Class / Item Property

In This Topic
Item Property (Chart3DDataSet)
In This Topic
Gets or sets the specified Chart3DPoint in the Chart3DDataSet by column and row indices.
Syntax
'Declaration
 
Public Overridable Default Property Item( _
   ByVal col As System.Integer, _
   ByVal row As System.Integer _
) As Chart3DPoint
 

Parameters

col
row
See Also