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

In This Topic
    SetBarColor Method
    In This Topic
    Sets individual bar color.
    Syntax
    'Declaration
     
    Public Sub SetBarColor( _
       ByVal column As System.Integer, _
       ByVal row As System.Integer, _
       ByVal color As System.Drawing.Color _
    ) 
    public void SetBarColor( 
       System.int column,
       System.int row,
       System.Drawing.Color color
    )

    Parameters

    column
    Column index.
    row
    Row index.
    color
    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