TemplateAxisLabelOptions

data class TemplateAxisLabelOptions(val applyTo: TemplateAxisLabelReferenceOptions? = null, val customLabel: String? = null, val fontConfiguration: TemplateFontConfiguration? = null)

Constructors

Link copied to clipboard
constructor(applyTo: TemplateAxisLabelReferenceOptions? = null, customLabel: String? = null, fontConfiguration: TemplateFontConfiguration? = 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.