GroupBar

data class GroupBar(val label: String, val barList: List<BarData>)

Data class for individual group bar.

Parameters

label

: Label of a bar

barList

: List of individual bars inside a group bar with each bar data of type BarData

Constructors

Link copied to clipboard
constructor(label: String, barList: List<BarData>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val yMax: Float