Skip to content

BarChartGroup

Inherits: BaseControl

Properties

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.

spacing #

spacing: Number | None = None

The amount of space between bar rods.

x #

x: int = 0

Group position on X axis.