public static interface ComboChartConfiguration.Builder extends SdkPojo, CopyableBuilder<ComboChartConfiguration.Builder,ComboChartConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ComboChartConfiguration.Builder |
barDataLabels(Consumer<DataLabelOptions.Builder> barDataLabels)
The options that determine if visual data labels are displayed.
|
ComboChartConfiguration.Builder |
barDataLabels(DataLabelOptions barDataLabels)
The options that determine if visual data labels are displayed.
|
ComboChartConfiguration.Builder |
barsArrangement(BarsArrangement barsArrangement)
Determines the bar arrangement in a combo chart.
|
ComboChartConfiguration.Builder |
barsArrangement(String barsArrangement)
Determines the bar arrangement in a combo chart.
|
ComboChartConfiguration.Builder |
categoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a combo chart.
|
default ComboChartConfiguration.Builder |
categoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis)
The category axis of a combo chart.
|
ComboChartConfiguration.Builder |
categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart category
(group/color) field well.
|
default ComboChartConfiguration.Builder |
categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart category
(group/color) field well.
|
ComboChartConfiguration.Builder |
colorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field
well.
|
default ComboChartConfiguration.Builder |
colorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field
well.
|
ComboChartConfiguration.Builder |
fieldWells(ComboChartFieldWells fieldWells)
The field wells of the visual.
|
default ComboChartConfiguration.Builder |
fieldWells(Consumer<ComboChartFieldWells.Builder> fieldWells)
The field wells of the visual.
|
default ComboChartConfiguration.Builder |
legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
ComboChartConfiguration.Builder |
legend(LegendOptions legend)
The legend display setup of the visual.
|
default ComboChartConfiguration.Builder |
lineDataLabels(Consumer<DataLabelOptions.Builder> lineDataLabels)
The options that determine if visual data labels are displayed.
|
ComboChartConfiguration.Builder |
lineDataLabels(DataLabelOptions lineDataLabels)
The options that determine if visual data labels are displayed.
|
ComboChartConfiguration.Builder |
primaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar)
field well.
|
default ComboChartConfiguration.Builder |
primaryYAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar)
field well.
|
ComboChartConfiguration.Builder |
primaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis
(bar) field well.
|
default ComboChartConfiguration.Builder |
primaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> primaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis
(bar) field well.
|
ComboChartConfiguration.Builder |
referenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
ComboChartConfiguration.Builder |
referenceLines(Consumer<ReferenceLine.Builder>... referenceLines)
The reference line setup of the visual.
|
ComboChartConfiguration.Builder |
referenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
|
ComboChartConfiguration.Builder |
secondaryYAxisDisplayOptions(AxisDisplayOptions secondaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line)
field well.
|
default ComboChartConfiguration.Builder |
secondaryYAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> secondaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line)
field well.
|
ComboChartConfiguration.Builder |
secondaryYAxisLabelOptions(ChartAxisLabelOptions secondaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary
y-axis(line) field well.
|
default ComboChartConfiguration.Builder |
secondaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> secondaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary
y-axis(line) field well.
|
ComboChartConfiguration.Builder |
sortConfiguration(ComboChartSortConfiguration sortConfiguration)
The sort configuration of a
ComboChartVisual. |
default ComboChartConfiguration.Builder |
sortConfiguration(Consumer<ComboChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a
ComboChartVisual. |
default ComboChartConfiguration.Builder |
tooltip(Consumer<TooltipOptions.Builder> tooltip)
The legend display setup of the visual.
|
ComboChartConfiguration.Builder |
tooltip(TooltipOptions tooltip)
The legend display setup of the visual.
|
default ComboChartConfiguration.Builder |
visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The palette (chart color) display setup of the visual.
|
ComboChartConfiguration.Builder |
visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComboChartConfiguration.Builder fieldWells(ComboChartFieldWells fieldWells)
The field wells of the visual.
fieldWells - The field wells of the visual.default ComboChartConfiguration.Builder fieldWells(Consumer<ComboChartFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of theComboChartFieldWells.Builder avoiding
the need to create one manually via ComboChartFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fieldWells(ComboChartFieldWells).
fieldWells - a consumer that will call methods on ComboChartFieldWells.BuilderfieldWells(ComboChartFieldWells)ComboChartConfiguration.Builder sortConfiguration(ComboChartSortConfiguration sortConfiguration)
The sort configuration of a ComboChartVisual.
sortConfiguration - The sort configuration of a ComboChartVisual.default ComboChartConfiguration.Builder sortConfiguration(Consumer<ComboChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a ComboChartVisual.
ComboChartSortConfiguration.Builder
avoiding the need to create one manually via ComboChartSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sortConfiguration(ComboChartSortConfiguration).
sortConfiguration - a consumer that will call methods on ComboChartSortConfiguration.BuildersortConfiguration(ComboChartSortConfiguration)ComboChartConfiguration.Builder barsArrangement(String barsArrangement)
Determines the bar arrangement in a combo chart. The following are valid values in this structure:
CLUSTERED: For clustered bar combo charts.
STACKED: For stacked bar combo charts.
STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
barsArrangement - Determines the bar arrangement in a combo chart. The following are valid values in this structure:
CLUSTERED: For clustered bar combo charts.
STACKED: For stacked bar combo charts.
STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation
error.
BarsArrangement,
BarsArrangementComboChartConfiguration.Builder barsArrangement(BarsArrangement barsArrangement)
Determines the bar arrangement in a combo chart. The following are valid values in this structure:
CLUSTERED: For clustered bar combo charts.
STACKED: For stacked bar combo charts.
STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
barsArrangement - Determines the bar arrangement in a combo chart. The following are valid values in this structure:
CLUSTERED: For clustered bar combo charts.
STACKED: For stacked bar combo charts.
STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation
error.
BarsArrangement,
BarsArrangementComboChartConfiguration.Builder categoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a combo chart.
categoryAxis - The category axis of a combo chart.default ComboChartConfiguration.Builder categoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis)
The category axis of a combo chart.
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)ComboChartConfiguration.Builder categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
categoryLabelOptions - The label options (label text, label visibility, and sort icon visibility) of a combo chart category
(group/color) field well.default ComboChartConfiguration.Builder categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
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)ComboChartConfiguration.Builder primaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
primaryYAxisDisplayOptions - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis
(bar) field well.default ComboChartConfiguration.Builder primaryYAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
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)ComboChartConfiguration.Builder primaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
primaryYAxisLabelOptions - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary
y-axis (bar) field well.default ComboChartConfiguration.Builder primaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> primaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
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)ComboChartConfiguration.Builder secondaryYAxisDisplayOptions(AxisDisplayOptions secondaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
secondaryYAxisDisplayOptions - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis
(line) field well.default ComboChartConfiguration.Builder secondaryYAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> secondaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
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 secondaryYAxisDisplayOptions(AxisDisplayOptions).
secondaryYAxisDisplayOptions - a consumer that will call methods on AxisDisplayOptions.BuildersecondaryYAxisDisplayOptions(AxisDisplayOptions)ComboChartConfiguration.Builder secondaryYAxisLabelOptions(ChartAxisLabelOptions secondaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
secondaryYAxisLabelOptions - The label options (label text, label visibility, and sort icon visibility) of a combo chart's
secondary y-axis(line) field well.default ComboChartConfiguration.Builder secondaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> secondaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
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 secondaryYAxisLabelOptions(ChartAxisLabelOptions).
secondaryYAxisLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildersecondaryYAxisLabelOptions(ChartAxisLabelOptions)ComboChartConfiguration.Builder colorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
colorLabelOptions - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color
field well.default ComboChartConfiguration.Builder colorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
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 colorLabelOptions(ChartAxisLabelOptions).
colorLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildercolorLabelOptions(ChartAxisLabelOptions)ComboChartConfiguration.Builder legend(LegendOptions legend)
The legend display setup of the visual.
legend - The legend display setup of the visual.default ComboChartConfiguration.Builder legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
This is a convenience method that creates an instance of theLegendOptions.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)ComboChartConfiguration.Builder barDataLabels(DataLabelOptions barDataLabels)
The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
barDataLabels - The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
default ComboChartConfiguration.Builder barDataLabels(Consumer<DataLabelOptions.Builder> barDataLabels)
The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
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 barDataLabels(DataLabelOptions).
barDataLabels - a consumer that will call methods on DataLabelOptions.BuilderbarDataLabels(DataLabelOptions)ComboChartConfiguration.Builder lineDataLabels(DataLabelOptions lineDataLabels)
The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
lineDataLabels - The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
default ComboChartConfiguration.Builder lineDataLabels(Consumer<DataLabelOptions.Builder> lineDataLabels)
The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
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 lineDataLabels(DataLabelOptions).
lineDataLabels - a consumer that will call methods on DataLabelOptions.BuilderlineDataLabels(DataLabelOptions)ComboChartConfiguration.Builder tooltip(TooltipOptions tooltip)
The legend display setup of the visual.
tooltip - The legend display setup of the visual.default ComboChartConfiguration.Builder tooltip(Consumer<TooltipOptions.Builder> tooltip)
The legend 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)ComboChartConfiguration.Builder referenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
referenceLines - The reference line setup of the visual.ComboChartConfiguration.Builder referenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
referenceLines - The reference line setup of the visual.ComboChartConfiguration.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) ComboChartConfiguration.Builder visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
visualPalette - The palette (chart color) display setup of the visual.default ComboChartConfiguration.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.