StackedBarGroup

data class StackedBarGroup(val label: String, val segments: List<StackedBarSegment>)

One group (single bar) in a stackedBarChart, built from stacked segments drawn bottom-to-top in list order.

Constructors

Link copied to clipboard
constructor(label: String, segments: List<StackedBarSegment>)

Properties

Link copied to clipboard

caption shown under the bar.

Link copied to clipboard

the stacked pieces, bottom first.