Module Values_0.AxisLabelOptionsSource

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

Sourcetype nonrec t = {
  1. fontConfiguration : FontConfiguration.t option;
    (*

    The font configuration of the axis label.

    *)
  2. customLabel : String_.t option;
    (*

    The text for the axis label.

    *)
  3. applyTo : AxisLabelReferenceOptions.t option;
    (*

    The options that indicate which field the label belongs to.

    *)
}
Sourceval make : ?fontConfiguration:??? -> ?customLabel:??? -> ?applyTo:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t