BarChartGroup
Groups one or more bar rods rendered at the same X-axis position.
Inherits: BaseControl
Properties
group_vertically- If set toTruebar rods are drawn on top of each other; otherwise bar rods are drawn next to each other.rods- The list of BarChartRod objects to display in the group.spacing- The amount of space between bar rods.x- Group position on X axis.
Properties
group_verticallyclass-attributeinstance-attribute
group_vertically: bool = FalseIf set to True bar rods are drawn on top of each other; otherwise bar rods
are drawn next to each other.
rodsclass-attributeinstance-attribute
rods: list[BarChartRod] = field(default_factory=list)The list of BarChartRod objects to display in the group.