[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DDataSetGrid.Item

this Property

this[int, int]

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

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

The column index.

int row

The row index.

Property Value
Type Description
double

The z-value at the specified row and column.