public static interface BoxPlotChartConfiguration.Builder extends SdkPojo, CopyableBuilder<BoxPlotChartConfiguration.Builder,BoxPlotChartConfiguration>
| Modifier and Type | Method and Description |
|---|---|
BoxPlotChartConfiguration.Builder |
boxPlotOptions(BoxPlotOptions boxPlotOptions)
The box plot chart options for a box plot visual
|
default BoxPlotChartConfiguration.Builder |
boxPlotOptions(Consumer<BoxPlotOptions.Builder> boxPlotOptions)
The box plot chart options for a box plot visual
|
BoxPlotChartConfiguration.Builder |
categoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
default BoxPlotChartConfiguration.Builder |
categoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
BoxPlotChartConfiguration.Builder |
categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
|
default BoxPlotChartConfiguration.Builder |
categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
|
BoxPlotChartConfiguration.Builder |
fieldWells(BoxPlotFieldWells fieldWells)
The field wells of the visual.
|
default BoxPlotChartConfiguration.Builder |
fieldWells(Consumer<BoxPlotFieldWells.Builder> fieldWells)
The field wells of the visual.
|
default BoxPlotChartConfiguration.Builder |
legend(Consumer<LegendOptions.Builder> legend)
Sets the value of the Legend property for this object.
|
BoxPlotChartConfiguration.Builder |
legend(LegendOptions legend)
Sets the value of the Legend property for this object.
|
BoxPlotChartConfiguration.Builder |
primaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
default BoxPlotChartConfiguration.Builder |
primaryYAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
BoxPlotChartConfiguration.Builder |
primaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The label options (label text, label visibility and sort icon visibility) of a box plot value.
|
default BoxPlotChartConfiguration.Builder |
primaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> primaryYAxisLabelOptions)
The label options (label text, label visibility and sort icon visibility) of a box plot value.
|
BoxPlotChartConfiguration.Builder |
referenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
BoxPlotChartConfiguration.Builder |
referenceLines(Consumer<ReferenceLine.Builder>... referenceLines)
The reference line setup of the visual.
|
BoxPlotChartConfiguration.Builder |
referenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
|
BoxPlotChartConfiguration.Builder |
sortConfiguration(BoxPlotSortConfiguration sortConfiguration)
The sort configuration of a
BoxPlotVisual. |
default BoxPlotChartConfiguration.Builder |
sortConfiguration(Consumer<BoxPlotSortConfiguration.Builder> sortConfiguration)
The sort configuration of a
BoxPlotVisual. |
default BoxPlotChartConfiguration.Builder |
tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip display setup of the visual.
|
BoxPlotChartConfiguration.Builder |
tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
default BoxPlotChartConfiguration.Builder |
visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The palette (chart color) display setup of the visual.
|
BoxPlotChartConfiguration.Builder |
visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBoxPlotChartConfiguration.Builder fieldWells(BoxPlotFieldWells fieldWells)
The field wells of the visual.
fieldWells - The field wells of the visual.default BoxPlotChartConfiguration.Builder fieldWells(Consumer<BoxPlotFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of theBoxPlotFieldWells.Builder avoiding the
need to create one manually via BoxPlotFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fieldWells(BoxPlotFieldWells).
fieldWells - a consumer that will call methods on BoxPlotFieldWells.BuilderfieldWells(BoxPlotFieldWells)BoxPlotChartConfiguration.Builder sortConfiguration(BoxPlotSortConfiguration sortConfiguration)
The sort configuration of a BoxPlotVisual.
sortConfiguration - The sort configuration of a BoxPlotVisual.default BoxPlotChartConfiguration.Builder sortConfiguration(Consumer<BoxPlotSortConfiguration.Builder> sortConfiguration)
The sort configuration of a BoxPlotVisual.
BoxPlotSortConfiguration.Builder
avoiding the need to create one manually via BoxPlotSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sortConfiguration(BoxPlotSortConfiguration).
sortConfiguration - a consumer that will call methods on BoxPlotSortConfiguration.BuildersortConfiguration(BoxPlotSortConfiguration)BoxPlotChartConfiguration.Builder boxPlotOptions(BoxPlotOptions boxPlotOptions)
The box plot chart options for a box plot visual
boxPlotOptions - The box plot chart options for a box plot visualdefault BoxPlotChartConfiguration.Builder boxPlotOptions(Consumer<BoxPlotOptions.Builder> boxPlotOptions)
The box plot chart options for a box plot visual
This is a convenience method that creates an instance of theBoxPlotOptions.Builder avoiding the need
to create one manually via BoxPlotOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to boxPlotOptions(BoxPlotOptions).
boxPlotOptions - a consumer that will call methods on BoxPlotOptions.BuilderboxPlotOptions(BoxPlotOptions)BoxPlotChartConfiguration.Builder categoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) of a box plot category.
categoryAxis - The label display options (grid line, range, scale, axis step) of a box plot category.default BoxPlotChartConfiguration.Builder categoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis)
The label display options (grid line, range, scale, axis step) of a box plot category.
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 categoryAxis(AxisDisplayOptions).
categoryAxis - a consumer that will call methods on AxisDisplayOptions.BuildercategoryAxis(AxisDisplayOptions)BoxPlotChartConfiguration.Builder categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
categoryLabelOptions - The label options (label text, label visibility and sort Icon visibility) of a box plot category.default BoxPlotChartConfiguration.Builder categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
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 categoryLabelOptions(ChartAxisLabelOptions).
categoryLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildercategoryLabelOptions(ChartAxisLabelOptions)BoxPlotChartConfiguration.Builder primaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a box plot category.
primaryYAxisDisplayOptions - The label display options (grid line, range, scale, axis step) of a box plot category.default BoxPlotChartConfiguration.Builder primaryYAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a box plot category.
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 primaryYAxisDisplayOptions(AxisDisplayOptions).
primaryYAxisDisplayOptions - a consumer that will call methods on AxisDisplayOptions.BuilderprimaryYAxisDisplayOptions(AxisDisplayOptions)BoxPlotChartConfiguration.Builder primaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The label options (label text, label visibility and sort icon visibility) of a box plot value.
primaryYAxisLabelOptions - The label options (label text, label visibility and sort icon visibility) of a box plot value.default BoxPlotChartConfiguration.Builder primaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> primaryYAxisLabelOptions)
The label options (label text, label visibility and sort icon visibility) of a box plot value.
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 primaryYAxisLabelOptions(ChartAxisLabelOptions).
primaryYAxisLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuilderprimaryYAxisLabelOptions(ChartAxisLabelOptions)BoxPlotChartConfiguration.Builder legend(LegendOptions legend)
legend - The new value for the Legend property for this object.default BoxPlotChartConfiguration.Builder legend(Consumer<LegendOptions.Builder> legend)
LegendOptions.Builder avoiding the need
to create one manually via LegendOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to legend(LegendOptions).
legend - a consumer that will call methods on LegendOptions.Builderlegend(LegendOptions)BoxPlotChartConfiguration.Builder tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
tooltip - The tooltip display setup of the visual.default BoxPlotChartConfiguration.Builder tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip display setup of the visual.
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)BoxPlotChartConfiguration.Builder referenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
referenceLines - The reference line setup of the visual.BoxPlotChartConfiguration.Builder referenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
referenceLines - The reference line setup of the visual.BoxPlotChartConfiguration.Builder referenceLines(Consumer<ReferenceLine.Builder>... referenceLines)
The reference line setup of the visual.
This is a convenience method that creates an instance of theReferenceLine.Builder avoiding the need to create
one manually via ReferenceLine.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #referenceLines(List.
referenceLines - a consumer that will call methods on
ReferenceLine.Builder#referenceLines(java.util.Collection) BoxPlotChartConfiguration.Builder visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
visualPalette - The palette (chart color) display setup of the visual.default BoxPlotChartConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The palette (chart color) display setup of the visual.
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.