ComparisonBarChartConfig

data class ComparisonBarChartConfig(val showAxisLines: Boolean, val showGridLines: Boolean, val drawNegativeValueChart: Boolean, val showCurvedBar: Boolean)

Configuration class for comparison bar chart settings.

Constructors

Link copied to clipboard
constructor(showAxisLines: Boolean, showGridLines: Boolean, drawNegativeValueChart: Boolean, showCurvedBar: Boolean)

Types

Link copied to clipboard
object Companion

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.