ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DBar Class / GetBarColor Method
Column index.
Row index.

In This Topic
    GetBarColor Method
    In This Topic
    Gets an individual bar color.
    Syntax
    'Declaration
     
    Public Function GetBarColor( _
       ByVal column As System.Integer, _
       ByVal row As System.Integer _
    ) As System.Drawing.Color
    public System.Drawing.Color GetBarColor( 
       System.int column,
       System.int row
    )

    Parameters

    column
    Column index.
    row
    Row index.

    Return Value

    Bar color.
    Remarks
    If the row is equal to –1, then this method applies to the entire row. If the column is equal to -1, then this method applies to entire column.
    See Also