TemplateAxisLabelOptionsArgs

data class TemplateAxisLabelOptionsArgs(val applyTo: Output<TemplateAxisLabelReferenceOptionsArgs>? = null, val customLabel: Output<String>? = null, val fontConfiguration: Output<TemplateFontConfigurationArgs>? = null) : ConvertibleToJava<TemplateAxisLabelOptionsArgs>

Constructors

Link copied to clipboard
constructor(applyTo: Output<TemplateAxisLabelReferenceOptionsArgs>? = null, customLabel: Output<String>? = null, fontConfiguration: Output<TemplateFontConfigurationArgs>? = 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(): TemplateAxisLabelOptionsArgs