Comparison Bar Chart Config
data class ComparisonBarChartConfig(val showAxisLines: Boolean, val showGridLines: Boolean, val drawNegativeValueChart: Boolean, val showCurvedBar: Boolean)
Configuration class for comparison bar chart settings.
Properties
Link copied to clipboard
A boolean indicating whether to draw a chart with negative values.
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.