AnalysisAxisLabelOptions

data class AnalysisAxisLabelOptions(val applyTo: AnalysisAxisLabelReferenceOptions? = null, val customLabel: String? = null, val fontConfiguration: AnalysisFontConfiguration? = null)

Constructors

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