Module Values_0.BinWidthOptionsSource

The options that determine the bin width of a histogram.

Sourcetype nonrec t = {
  1. value : BinWidthValue.t option;
    (*

    The options that determine the bin width value.

    *)
  2. binCountLimit : BinCountLimit.t option;
    (*

    The options that determine the bin count limit.

    *)
}
Sourceval make : ?value:??? -> ?binCountLimit:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of BinWidthValue.t | `Long of BinCountLimit.t ]) 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