BarChartRodStackItem
Colored segment used to build a stacked bar rod.
Inherits: BaseControl
Properties
border_side- A border around this item.color- The color of this item.from_y- The starting position of this item inside a bar rod.to_y- The ending position of this item inside a bar rod.
Properties
border_sideclass-attributeinstance-attribute
border_side: BorderSide = field(
default_factory=lambda: BorderSide.none()
)A border around this item.