Module Values_0.ChartAxisLabelOptionsSource

The label options for an axis on a chart.

Sourcetype nonrec t = {
  1. visibility : Visibility.t option;
    (*

    The visibility of an axis label on a chart. Choose one of the following options: VISIBLE: Shows the axis. HIDDEN: Hides the axis.

    *)
  2. sortIconVisibility : Visibility.t option;
    (*

    The visibility configuration of the sort icon on a chart's axis label.

    *)
  3. axisLabelOptions : AxisLabelOptionsList.t option;
    (*

    The label options for a chart axis.

    *)
}
Sourceval make : ?visibility:??? -> ?sortIconVisibility:??? -> ?axisLabelOptions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `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 ] 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