AxisSettings

class AxisSettings

Specifies the settings for an Axis.

Constructors

Link copied to clipboard
fun AxisSettings()

Properties

Link copied to clipboard
val labels: Slot<@Composable (Float) -> Unit>

Content for the bullet graph's axis labels.

Link copied to clipboard
var model: LinearAxisModel? = null

Sets a LinearAxisModel to use for the graph. If not provided or set as null, a LinearAxisModel will be created based on the values of the comparativeMeasures, featuredMeasure, and ranges.

Link copied to clipboard
var style: AxisStyle? = null

Optional styling for the bullet graph axis. If not provided, default styling will be used.