Stacked Bar Chart Defaults
Functions
Link copied to clipboard
fun axis(xLabels: AxisLabelStyle = xLabels(), yLabels: AxisLabelStyle = yLabels()): StackedBarAxisStyle
Link copied to clipboard
Link copied to clipboard
fun selection(visible: Boolean = true, color: Color = MaterialTheme.colorScheme.primary.copy(alpha = 0.6f), width: Dp = 1.dp): StackedBarSelectionStyle
Link copied to clipboard
fun style(chartContainerStyle: ChartContainerStyle = ChartContainerDefaults.style(), segments: StackedBarSegmentStyle = segments(), layout: StackedBarLayoutStyle = layout(), axis: StackedBarAxisStyle = axis(), selection: StackedBarSelectionStyle = selection(), zoomControlsVisible: Boolean = true): StackedBarChartStyle