StackedAreaChartDefaults

Functions

Link copied to clipboard
fun axis(xLabels: AxisLabelStyle = xLabels(), yLabels: AxisLabelStyle = yLabels()): StackedAreaAxisStyle
Link copied to clipboard
fun boundary(visible: Boolean = true, color: Color = MaterialTheme.colorScheme.primary, colors: List<Color> = emptyList(), width: Dp = 1.dp, bezier: Boolean = false): StackedAreaBoundaryStyle
Link copied to clipboard
fun fill(color: Color = MaterialTheme.colorScheme.primary, colors: List<Color> = emptyList(), alpha: Float = defaultChartAlpha()): StackedAreaFillStyle
Link copied to clipboard
fun selection(visible: Boolean = true, color: Color = MaterialTheme.colorScheme.onSurface.copy(alpha = 0.4f), width: Dp = 1.dp): StackedAreaSelectionStyle
Link copied to clipboard
fun style(chartContainerStyle: ChartContainerStyle = ChartContainerDefaults.style(), fill: StackedAreaFillStyle = fill(), boundary: StackedAreaBoundaryStyle = boundary(), axis: StackedAreaAxisStyle = axis(), selection: StackedAreaSelectionStyle = selection(), zoomControlsVisible: Boolean = true): StackedAreaChartStyle
Link copied to clipboard
fun xLabels(visible: Boolean = true, color: Color = MaterialTheme.colorScheme.onSurface.copy(alpha = 0.75f), size: TextUnit = 11.sp, count: Int = 6): AxisLabelStyle
Link copied to clipboard
fun yLabels(visible: Boolean = true, color: Color = MaterialTheme.colorScheme.onSurface.copy(alpha = 0.75f), size: TextUnit = 11.sp, count: Int = 5): AxisLabelStyle