StackedBarChartDefaults

An object that provides default styles for a Stacked Bar Chart.

Functions

Link copied to clipboard
fun style(barColor: Color = MaterialTheme.colorScheme.primary, space: Dp = 10.dp, barColors: List<Color> = emptyList(), chartViewStyle: ChartViewStyle = ChartViewDefaults.style()): StackedBarChartStyle

Returns a StackedBarChartStyle with the provided parameters or their default values.