Bar Scope
interface BarScope
Functions
Link copied to clipboard
A simplified DefaultVerticalBar that uses a Solid Color color and default RectangleShape.
fun BarScope.DefaultBar(brush: Brush, modifier: Modifier = Modifier, shape: Shape = RectangleShape, border: BorderStroke? = null)
A default implementation of a bar for bar charts.