DashboardAxisLabelOptionsArgs

data class DashboardAxisLabelOptionsArgs(val applyTo: Output<DashboardAxisLabelReferenceOptionsArgs>? = null, val customLabel: Output<String>? = null, val fontConfiguration: Output<DashboardFontConfigurationArgs>? = null) : ConvertibleToJava<DashboardAxisLabelOptionsArgs>

Constructors

Link copied to clipboard
constructor(applyTo: Output<DashboardAxisLabelReferenceOptionsArgs>? = null, customLabel: Output<String>? = null, fontConfiguration: Output<DashboardFontConfigurationArgs>? = null)

Properties

Link copied to clipboard

The options that indicate which field the label belongs to.

Link copied to clipboard
val customLabel: Output<String>? = null

The text for the axis label.

Link copied to clipboard

The font configuration of the axis label.

Functions

Link copied to clipboard
open override fun toJava(): DashboardAxisLabelOptionsArgs