BarChartGroup
Inherits: BaseControl
Properties
-
group_vertically
(bool
) –If set to
True
bar rods are drawn on top of each other; otherwise bar rods -
rods
(list[BarChartRod]
) –The list of
BarChartRod
-
spacing
(Number | None
) –The amount of space between bar rods.
-
x
(int
) –Group position on X axis.
Properties#
group_vertically
#
group_vertically: bool = False
If set to True
bar rods are drawn on top of each other; otherwise bar rods
are drawn next to each other.
rods
#
rods: list[BarChartRod] = field(default_factory=list)
The list of BarChartRod
objects to display in the group.