BarChartConfig

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.

Constructors

Link copied to clipboard
constructor(showAxisLines: Boolean, showGridLines: Boolean, drawNegativeValueChart: Boolean, showCurvedBar: Boolean, minimumBarCount: Int, cornerRadius: CornerRadius?)

Types

Link copied to clipboard
object Companion

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.