[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSetIrGrid.GetRowValue

GetRowValue Method

GetRowValue(int)

Returns the Y value associated with the specified indexed row.

Declaration
public double GetRowValue(int row)
Public Function GetRowValue(row As Integer) As Double
Parameters
Type Name Description
int row

Row index.

Returns
Type Description
double

The Y value associated with the specified indexed row.

See Also