Values_0.HistogramBinOptionsSourceThe options that determine the presentation of histogram bins.
type nonrec t = {selectedBinType : HistogramBinType.t option;The options that determine the selected bin type.
*)binCount : BinCountOptions.t option;The options that determine the bin count of a histogram.
*)binWidth : BinWidthOptions.t option;The options that determine the bin width of a histogram.
*)startValue : Double.t option;The options that determine the bin start value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Structure of
(string
* [> `Double of BinWidthValue.t
| `Integer of BinCountValue.t
| `Long of BinCountLimit.t ])
list ])
list ]