Values_0.AxisLabelOptionsSourceThe label options for a chart axis. You must specify the field that the label is targeted to.
type nonrec t = {fontConfiguration : FontConfiguration.t option;The font configuration of the axis label.
*)customLabel : String_.t option;The text for the axis label.
*)applyTo : AxisLabelReferenceOptions.t option;The options that indicate which field the label belongs to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `String of HexColor.t
| `Structure of
(string * [> `Enum of string | `String of PixelLength.t ])
list ])
list ])
list ]