[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DBar.SetBarColor

SetBarColor Method

SetBarColor(int, int, Color)

Sets individual bar color.

Declaration
public void SetBarColor(int column, int row, Color color)
Parameters
Type Name Description
int column

Column index.

int row

Row index.

Color 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.