[]
Sets individual bar color.
public void SetBarColor(int column, int row, Color color)
| Type | Name | Description |
|---|---|---|
| int | column | Column index. |
| int | row | Row index. |
| Color | color | Bar color. |
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.