Skip to main content

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.

colorclass-attributeinstance-attribute

color: Optional[ColorValue] = None

The color of this item.

from_yclass-attributeinstance-attribute

from_y: Optional[Number] = None

The starting position of this item inside a bar rod.

to_yclass-attributeinstance-attribute

to_y: Number = 0

The ending position of this item inside a bar rod.