BarGraphArrangement
[ Enumeration ]
export enum BarGraphArrangement {
Overlapped = 0,
Clustered = 1
}
The bars can be drawn on top of each other or next to each other.
Values
Name | Value | Description |
---|---|---|
Overlapped |
| Bars are drawn on top of each other. |
Clustered |
| Bars are drawn next to each other. |
Available from version 1.12.746 |