Bar Chart Config
data class BarChartConfig(val showAxisLines: Boolean, val showGridLines: Boolean, val drawNegativeValueChart: Boolean, val showCurvedBar: Boolean, val minimumBarCount: Int, val cornerRadius: CornerRadius?)
Configuration class for bar chart settings.
Properties
Link copied to clipboard
Link copied to clipboard
A boolean indicating whether to draw a chart with negative values.
Link copied to clipboard
The minimum number of bars to display in the chart.
Link copied to clipboard
A boolean indicating whether to show axis lines.
Link copied to clipboard
A boolean indicating whether to show bars with curved corners.
Link copied to clipboard
A boolean indicating whether to show grid lines.