Group

data class Group(val title: CharSequence, val items: List<BpkBarChart.Column>)

Represents a group of the items sharing the same title. The title is rendered above the bars and is updated as the chart scrolls horizontally.

Constructors

Link copied to clipboard
constructor(title: CharSequence, items: List<BpkBarChart.Column>)

Properties

Link copied to clipboard

Bars in the group.

Link copied to clipboard

Label of this group to be renderer above the bars.