Values_0.BinWidthOptionsSourceThe options that determine the bin width of a histogram.
type nonrec t = {value : BinWidthValue.t option;The options that determine the bin width value.
*)binCountLimit : BinCountLimit.t option;The options that determine the bin count limit.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of BinWidthValue.t | `Long of BinCountLimit.t ])
list ]