ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetIrGrid Class / GetColumnValue Method
Column index.

In This Topic
    GetColumnValue Method
    In This Topic
    Returns the X value associated with the specified indexed column.
    Syntax
    'Declaration
     
    Public Function GetColumnValue( _
       ByVal col As System.Integer _
    ) As System.Double
    public System.double GetColumnValue( 
       System.int col
    )

    Parameters

    col
    Column index.

    Return Value

    The x value associated with the specified indexed column.
    See Also