BpkBarChartModel
constructor(caption: String, items: List<BpkBarChartModel.Item>, legend: BpkBarChartModel.Legend? = null)
Parameters
caption
a chart caption.
items
list of bar items to render.
legend
an optional legend.
a chart caption.
list of bar items to render.
an optional legend.