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