Module Values_0.AxisDisplayOptionsSource

The display options for the axis label.

Sourcetype nonrec t = {
  1. tickLabelOptions : AxisTickLabelOptions.t option;
    (*

    The tick label options of an axis.

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

    Determines whether or not the axis line is visible.

    *)
  3. gridLineVisibility : Visibility.t option;
    (*

    Determines whether or not the grid line is visible.

    *)
  4. dataOptions : AxisDataOptions.t option;
    (*

    The data options for an axis.

    *)
  5. scrollbarOptions : ScrollBarOptions.t option;
    (*

    The scroll bar options for an axis.

    *)
  6. axisOffset : PixelLength.t option;
    (*

    The offset value that determines the starting placement of the axis within a visual's bounds.

    *)
}
Sourceval make : ?tickLabelOptions:??? -> ?axisLineVisibility:??? -> ?gridLineVisibility:??? -> ?dataOptions:??? -> ?scrollbarOptions:??? -> ?axisOffset:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of PixelLength.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentNumber.t | `Enum of string | `String of HexColor.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of Integer.t | `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