[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSet.Item

this Property

this[int, int]

Gets or sets the specified Chart3DPoint in the Chart3DDataSet by column and row indices.

Declaration
public virtual Chart3DPoint this[int col, int row] { get; set; }
Parameters
Type Name Description
int col
int row
See Also