public static interface HistogramConfiguration.Builder extends SdkPojo, CopyableBuilder<HistogramConfiguration.Builder,HistogramConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default HistogramConfiguration.Builder |
binOptions(Consumer<HistogramBinOptions.Builder> binOptions)
The options that determine the presentation of histogram bins.
|
HistogramConfiguration.Builder |
binOptions(HistogramBinOptions binOptions)
The options that determine the presentation of histogram bins.
|
default HistogramConfiguration.Builder |
dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The data label configuration of a histogram.
|
HistogramConfiguration.Builder |
dataLabels(DataLabelOptions dataLabels)
The data label configuration of a histogram.
|
default HistogramConfiguration.Builder |
fieldWells(Consumer<HistogramFieldWells.Builder> fieldWells)
The field well configuration of a histogram.
|
HistogramConfiguration.Builder |
fieldWells(HistogramFieldWells fieldWells)
The field well configuration of a histogram.
|
default HistogramConfiguration.Builder |
tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip configuration of a histogram.
|
HistogramConfiguration.Builder |
tooltip(TooltipOptions tooltip)
The tooltip configuration of a histogram.
|
default HistogramConfiguration.Builder |
visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The visual palette configuration of a histogram.
|
HistogramConfiguration.Builder |
visualPalette(VisualPalette visualPalette)
The visual palette configuration of a histogram.
|
HistogramConfiguration.Builder |
xAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
|
default HistogramConfiguration.Builder |
xAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
|
HistogramConfiguration.Builder |
xAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
|
default HistogramConfiguration.Builder |
xAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
|
HistogramConfiguration.Builder |
yAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
default HistogramConfiguration.Builder |
yAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> yAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHistogramConfiguration.Builder fieldWells(HistogramFieldWells fieldWells)
The field well configuration of a histogram.
fieldWells - The field well configuration of a histogram.default HistogramConfiguration.Builder fieldWells(Consumer<HistogramFieldWells.Builder> fieldWells)
The field well configuration of a histogram.
This is a convenience method that creates an instance of theHistogramFieldWells.Builder avoiding the
need to create one manually via HistogramFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fieldWells(HistogramFieldWells).
fieldWells - a consumer that will call methods on HistogramFieldWells.BuilderfieldWells(HistogramFieldWells)HistogramConfiguration.Builder xAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
xAxisDisplayOptions - The options that determine the presentation of the x-axis.default HistogramConfiguration.Builder xAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
This is a convenience method that creates an instance of theAxisDisplayOptions.Builder avoiding the
need to create one manually via AxisDisplayOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to xAxisDisplayOptions(AxisDisplayOptions).
xAxisDisplayOptions - a consumer that will call methods on AxisDisplayOptions.BuilderxAxisDisplayOptions(AxisDisplayOptions)HistogramConfiguration.Builder xAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
xAxisLabelOptions - The options that determine the presentation of the x-axis label.default HistogramConfiguration.Builder xAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builder avoiding
the need to create one manually via ChartAxisLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to xAxisLabelOptions(ChartAxisLabelOptions).
xAxisLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuilderxAxisLabelOptions(ChartAxisLabelOptions)HistogramConfiguration.Builder yAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The options that determine the presentation of the y-axis.
yAxisDisplayOptions - The options that determine the presentation of the y-axis.default HistogramConfiguration.Builder yAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> yAxisDisplayOptions)
The options that determine the presentation of the y-axis.
This is a convenience method that creates an instance of theAxisDisplayOptions.Builder avoiding the
need to create one manually via AxisDisplayOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to yAxisDisplayOptions(AxisDisplayOptions).
yAxisDisplayOptions - a consumer that will call methods on AxisDisplayOptions.BuilderyAxisDisplayOptions(AxisDisplayOptions)HistogramConfiguration.Builder binOptions(HistogramBinOptions binOptions)
The options that determine the presentation of histogram bins.
binOptions - The options that determine the presentation of histogram bins.default HistogramConfiguration.Builder binOptions(Consumer<HistogramBinOptions.Builder> binOptions)
The options that determine the presentation of histogram bins.
This is a convenience method that creates an instance of theHistogramBinOptions.Builder avoiding the
need to create one manually via HistogramBinOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to binOptions(HistogramBinOptions).
binOptions - a consumer that will call methods on HistogramBinOptions.BuilderbinOptions(HistogramBinOptions)HistogramConfiguration.Builder dataLabels(DataLabelOptions dataLabels)
The data label configuration of a histogram.
dataLabels - The data label configuration of a histogram.default HistogramConfiguration.Builder dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The data label configuration of a histogram.
This is a convenience method that creates an instance of theDataLabelOptions.Builder avoiding the
need to create one manually via DataLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataLabels(DataLabelOptions).
dataLabels - a consumer that will call methods on DataLabelOptions.BuilderdataLabels(DataLabelOptions)HistogramConfiguration.Builder tooltip(TooltipOptions tooltip)
The tooltip configuration of a histogram.
tooltip - The tooltip configuration of a histogram.default HistogramConfiguration.Builder tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip configuration of a histogram.
This is a convenience method that creates an instance of theTooltipOptions.Builder avoiding the need
to create one manually via TooltipOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tooltip(TooltipOptions).
tooltip - a consumer that will call methods on TooltipOptions.Buildertooltip(TooltipOptions)HistogramConfiguration.Builder visualPalette(VisualPalette visualPalette)
The visual palette configuration of a histogram.
visualPalette - The visual palette configuration of a histogram.default HistogramConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The visual palette configuration of a histogram.
This is a convenience method that creates an instance of theVisualPalette.Builder avoiding the need
to create one manually via VisualPalette.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to visualPalette(VisualPalette).
visualPalette - a consumer that will call methods on VisualPalette.BuildervisualPalette(VisualPalette)Copyright © 2023. All rights reserved.