Module Values_0.ScrollBarOptionsSource

The visual display options for a data zoom scroll bar.

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

    The visibility of the data zoom scroll bar.

    *)
  2. visibleRange : VisibleRangeOptions.t option;
    (*

    The visibility range for the data zoom scroll bar.

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