Bar Plot Data
constructor(plotType: PlotType = PlotType.Bar, groupBarList: List<GroupBar>, groupingSize: Int = groupBarList.firstOrNull()?.barList?.size ?: 1, barColorPaletteList: List<Color> = listOf(), barStyle: BarStyle = BarStyle())
Parameters
plot Type
: Defines the type of plot/graph
group Bar List
: Data related to the bar point.
bar Style
: Styling related to the bars.