BarScope

interface BarScope

Functions

Link copied to clipboard
fun BarScope.DefaultBar(color: Color, shape: Shape = RectangleShape, border: BorderStroke? = null)

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.