Module Values_0.AxisTickLabelOptionsSource

The tick label options of an axis.

Sourcetype nonrec t = {
  1. labelOptions : LabelOptions.t option;
    (*

    Determines whether or not the axis ticks are visible.

    *)
  2. rotationAngle : Double.t option;
    (*

    The rotation angle of the axis tick labels.

    *)
}
Sourceval make : ?labelOptions:??? -> ?rotationAngle:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Double.t | `Structure of (string * [> `Enum 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 ]
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