Bar Chart Defaults
object BarChartDefaults
An object that provides default styles for a Bar Chart.
Functions
Link copied to clipboard
fun style(barColor: Color = MaterialTheme.colorScheme.primary, space: Dp = 10.dp, chartViewStyle: ChartViewStyle = ChartViewDefaults.style()): BarChartStyle
Returns a BarChartStyle with the provided parameters or their default values.