AxisLabelOptions

The label options for a chart axis. You must specify the field that the label is targeted to.

Types

Link copied to clipboard
class Builder
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

The text for the axis label.

Link copied to clipboard

The font configuration of the axis label.

Functions

Link copied to clipboard
inline fun copy(block: AxisLabelOptions.Builder.() -> Unit = {}): AxisLabelOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String