draw Bar Graph
fun drawBarGraph(drawScope: DrawScope, barData: BarData, drawOffset: Offset, height: Float, barChartType: BarChartType, barStyle: BarStyle)
Used to draw the individual bars
Parameters
draw Scope
: Creates a scoped drawing environment
bar Style
: all meta data related to the bar styling
bar Data
: data related to a single bar
draw Offset
: top left offset for the drawing the bar
height
: height of the bar graph
bar Chart Type
: type of bar chart