BarChartRodStackItem
Inherits: BaseControl
Properties
-
border_side(BorderSide) –A border around this item.
-
color(Optional[ColorValue]) –The color of this item.
-
from_y(Optional[Number]) –The starting position of this item inside a bar rod.
-
to_y(Number) –The ending position of this item inside a bar rod.
Properties#
border_side
class-attribute
instance-attribute
#
border_side: BorderSide = field(
default_factory=lambda: none()
)
A border around this item.
color
class-attribute
instance-attribute
#
color: Optional[ColorValue] = None
The color of this item.
from_y
class-attribute
instance-attribute
#
The starting position of this item inside a bar rod.