Skip to content

BarChartRodStackItem

Inherits: BaseControl

Properties

Properties#

border_side #

border_side: BorderSide = field(
    default_factory=lambda: none()
)

A border around this item.

color #

color: ColorValue | None = None

The color of this item.

from_y #

from_y: Number | None = None

The starting position of this item inside a bar rod.

to_y #

to_y: Number = 0

The ending position of this item inside a bar rod.