[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSetIrGrid.GetColumnValue

GetColumnValue Method

GetColumnValue(int)

Returns the X value associated with the specified indexed column.

Declaration
public double GetColumnValue(int col)
Public Function GetColumnValue(col As Integer) As Double
Parameters
Type Name Description
int col

Column index.

Returns
Type Description
double

The x value associated with the specified indexed column.

See Also