DashboardAxisLabelOptions

data class DashboardAxisLabelOptions(val applyTo: DashboardAxisLabelReferenceOptions? = null, val customLabel: String? = null, val fontConfiguration: DashboardFontConfiguration? = null)

Constructors

Link copied to clipboard
constructor(applyTo: DashboardAxisLabelReferenceOptions? = null, customLabel: String? = null, fontConfiguration: DashboardFontConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The options that indicate which field the label belongs to.

Link copied to clipboard
val customLabel: String? = null

The text for the axis label.

Link copied to clipboard

The font configuration of the axis label.