[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DBar.GetBarColor

GetBarColor Method

GetBarColor(int, int)

Gets an individual bar color.

Declaration
public Color GetBarColor(int column, int row)
Parameters
Type Name Description
int column

Column index.

int row

Row index.

Returns
Type Description
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.