Module Values_0.BoxPlotOptionsSource

The options of a box plot visual.

Sourcetype nonrec t = {
  1. styleOptions : BoxPlotStyleOptions.t option;
    (*

    The style options of the box plot.

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

    Determines the visibility of the outlier in a box plot.

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

    Determines the visibility of all data points of the box plot.

    *)
}
Sourceval make : ?styleOptions:??? -> ?outlierVisibility:??? -> ?allDataPointsVisibility:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string ]) 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