BarChartRodStackItem

Represents a single item within a stacked segment of a BarChartRod.

Properties

  • **color**: ColorValue | None
  • The color of this stacked item. Defaults to None.

  • **from_y**: Number | None
  • The starting Y-coordinate for this item within the rod. If None, it defaults to the to_y of the previous item or 0 if it's the first item.

  • **to_y**: Number
  • The ending Y-coordinate for this item within the rod. This is a required property.

  • **border_side**: BorderSide
  • Defines the border around this stacked item. Defaults to BorderSide.none.