default HistogramBinOptions.Builder |
HistogramBinOptions.Builder.binCount(Consumer<BinCountOptions.Builder> binCount) |
The options that determine the bin count of a histogram.
|
HistogramBinOptions.Builder |
HistogramBinOptions.Builder.binCount(BinCountOptions binCount) |
The options that determine the bin count of a histogram.
|
default HistogramBinOptions.Builder |
HistogramBinOptions.Builder.binWidth(Consumer<BinWidthOptions.Builder> binWidth) |
The options that determine the bin width of a histogram.
|
HistogramBinOptions.Builder |
HistogramBinOptions.Builder.binWidth(BinWidthOptions binWidth) |
The options that determine the bin width of a histogram.
|
static HistogramBinOptions.Builder |
HistogramBinOptions.builder() |
|
HistogramBinOptions.Builder |
HistogramBinOptions.Builder.selectedBinType(String selectedBinType) |
The options that determine the selected bin type.
|
HistogramBinOptions.Builder |
HistogramBinOptions.Builder.selectedBinType(HistogramBinType selectedBinType) |
The options that determine the selected bin type.
|
HistogramBinOptions.Builder |
HistogramBinOptions.Builder.startValue(Double startValue) |
The options that determine the bin start value.
|
HistogramBinOptions.Builder |
HistogramBinOptions.toBuilder() |
|