[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSetGrid.Item

this Property

this[int, int]

Gets or sets z-value of data by specified row and column.

Declaration
public double this[int i, int j] { get; set; }
Public Default Property Item(i As Integer, j As Integer) As Double
Parameters
Type Name Description
int i
int j
See Also