StackedAreaChartDefaults

Functions

Link copied to clipboard
fun style(areaColor: Color = MaterialTheme.colorScheme.primary, areaColors: List<Color> = emptyList(), fillAlpha: Float = defaultChartAlpha(), lineVisible: Boolean = true, lineColor: Color = MaterialTheme.colorScheme.primary, lineColors: List<Color> = emptyList(), lineWidth: Float = 4.0f, bezier: Boolean = false, chartViewStyle: ChartViewStyle = ChartViewDefaults.style(), zoomControlsVisible: Boolean = true, yAxisLabelsVisible: Boolean = true, yAxisLabelColor: Color = defaultYAxisLabelColor(), yAxisLabelSize: TextUnit = 11.sp, yAxisLabelCount: Int = 5, xAxisLabelsVisible: Boolean = true, xAxisLabelColor: Color = defaultXAxisLabelColor(), xAxisLabelSize: TextUnit = 11.sp, xAxisLabelMaxCount: Int = 6): StackedAreaChartStyle

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