BarChartGroup
        Inherits: BaseControl
Properties
- 
          group_vertically(bool) –If set to Truebar 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#
class-attribute
      instance-attribute
  
#
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.
class-attribute
      instance-attribute
  
#
rods: list[BarChartRod] = field(default_factory=list)
The list of BarChartRod
objects to display in the group.