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

0

Bars are drawn on top of each other.

Clustered

1

Bars are drawn next to each other.

BarGraphArrangement 1:

Available from version 1.12.746