public static interface BarChartConfiguration.Builder extends SdkPojo, CopyableBuilder<BarChartConfiguration.Builder,BarChartConfiguration>
| Modifier and Type | Method and Description |
|---|---|
BarChartConfiguration.Builder |
barsArrangement(BarsArrangement barsArrangement)
Determines the arrangement of the bars.
|
BarChartConfiguration.Builder |
barsArrangement(String barsArrangement)
Determines the arrangement of the bars.
|
BarChartConfiguration.Builder |
categoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) for bar chart category.
|
default BarChartConfiguration.Builder |
categoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis)
The label display options (grid line, range, scale, axis step) for bar chart category.
|
BarChartConfiguration.Builder |
categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility and sort icon visibility) for a bar chart.
|
default BarChartConfiguration.Builder |
categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The label options (label text, label visibility and sort icon visibility) for a bar chart.
|
BarChartConfiguration.Builder |
colorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar
chart.
|
default BarChartConfiguration.Builder |
colorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions)
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar
chart.
|
BarChartConfiguration.Builder |
contributionAnalysisDefaults(Collection<ContributionAnalysisDefault> contributionAnalysisDefaults)
The contribution analysis (anomaly configuration) setup of the visual.
|
BarChartConfiguration.Builder |
contributionAnalysisDefaults(Consumer<ContributionAnalysisDefault.Builder>... contributionAnalysisDefaults)
The contribution analysis (anomaly configuration) setup of the visual.
|
BarChartConfiguration.Builder |
contributionAnalysisDefaults(ContributionAnalysisDefault... contributionAnalysisDefaults)
The contribution analysis (anomaly configuration) setup of the visual.
|
default BarChartConfiguration.Builder |
dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The options that determine if visual data labels are displayed.
|
BarChartConfiguration.Builder |
dataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
BarChartConfiguration.Builder |
fieldWells(BarChartFieldWells fieldWells)
The field wells of the visual.
|
default BarChartConfiguration.Builder |
fieldWells(Consumer<BarChartFieldWells.Builder> fieldWells)
The field wells of the visual.
|
default BarChartConfiguration.Builder |
legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
BarChartConfiguration.Builder |
legend(LegendOptions legend)
The legend display setup of the visual.
|
BarChartConfiguration.Builder |
orientation(BarChartOrientation orientation)
The orientation of the bars in a bar chart visual.
|
BarChartConfiguration.Builder |
orientation(String orientation)
The orientation of the bars in a bar chart visual.
|
BarChartConfiguration.Builder |
referenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
BarChartConfiguration.Builder |
referenceLines(Consumer<ReferenceLine.Builder>... referenceLines)
The reference line setup of the visual.
|
BarChartConfiguration.Builder |
referenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
|
default BarChartConfiguration.Builder |
smallMultiplesOptions(Consumer<SmallMultiplesOptions.Builder> smallMultiplesOptions)
The small multiples setup for the visual.
|
BarChartConfiguration.Builder |
smallMultiplesOptions(SmallMultiplesOptions smallMultiplesOptions)
The small multiples setup for the visual.
|
BarChartConfiguration.Builder |
sortConfiguration(BarChartSortConfiguration sortConfiguration)
The sort configuration of a
BarChartVisual. |
default BarChartConfiguration.Builder |
sortConfiguration(Consumer<BarChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a
BarChartVisual. |
default BarChartConfiguration.Builder |
tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip display setup of the visual.
|
BarChartConfiguration.Builder |
tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
BarChartConfiguration.Builder |
valueAxis(AxisDisplayOptions valueAxis)
The label display options (grid line, range, scale, axis step) for a bar chart value.
|
default BarChartConfiguration.Builder |
valueAxis(Consumer<AxisDisplayOptions.Builder> valueAxis)
The label display options (grid line, range, scale, axis step) for a bar chart value.
|
BarChartConfiguration.Builder |
valueLabelOptions(ChartAxisLabelOptions valueLabelOptions)
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
|
default BarChartConfiguration.Builder |
valueLabelOptions(Consumer<ChartAxisLabelOptions.Builder> valueLabelOptions)
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
|
default BarChartConfiguration.Builder |
visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The palette (chart color) display setup of the visual.
|
BarChartConfiguration.Builder |
visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBarChartConfiguration.Builder fieldWells(BarChartFieldWells fieldWells)
The field wells of the visual.
fieldWells - The field wells of the visual.default BarChartConfiguration.Builder fieldWells(Consumer<BarChartFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of theBarChartFieldWells.Builder avoiding the
need to create one manually via BarChartFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fieldWells(BarChartFieldWells).
fieldWells - a consumer that will call methods on BarChartFieldWells.BuilderfieldWells(BarChartFieldWells)BarChartConfiguration.Builder sortConfiguration(BarChartSortConfiguration sortConfiguration)
The sort configuration of a BarChartVisual.
sortConfiguration - The sort configuration of a BarChartVisual.default BarChartConfiguration.Builder sortConfiguration(Consumer<BarChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a BarChartVisual.
BarChartSortConfiguration.Builder
avoiding the need to create one manually via BarChartSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sortConfiguration(BarChartSortConfiguration).
sortConfiguration - a consumer that will call methods on BarChartSortConfiguration.BuildersortConfiguration(BarChartSortConfiguration)BarChartConfiguration.Builder orientation(String orientation)
The orientation of the bars in a bar chart visual. There are two valid values in this structure:
HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are
horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar
charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
orientation - The orientation of the bars in a bar chart visual. There are two valid values in this structure:
HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are
horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
VERTICAL: Used for charts that have vertical bars. Visuals that use this value are
vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
BarChartOrientation,
BarChartOrientationBarChartConfiguration.Builder orientation(BarChartOrientation orientation)
The orientation of the bars in a bar chart visual. There are two valid values in this structure:
HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are
horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar
charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
orientation - The orientation of the bars in a bar chart visual. There are two valid values in this structure:
HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are
horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
VERTICAL: Used for charts that have vertical bars. Visuals that use this value are
vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
BarChartOrientation,
BarChartOrientationBarChartConfiguration.Builder barsArrangement(String barsArrangement)
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
barsArrangement - Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of
bar that is used in the visual.BarsArrangement,
BarsArrangementBarChartConfiguration.Builder barsArrangement(BarsArrangement barsArrangement)
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
barsArrangement - Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of
bar that is used in the visual.BarsArrangement,
BarsArrangementBarChartConfiguration.Builder visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
visualPalette - The palette (chart color) display setup of the visual.default BarChartConfiguration.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)BarChartConfiguration.Builder smallMultiplesOptions(SmallMultiplesOptions smallMultiplesOptions)
The small multiples setup for the visual.
smallMultiplesOptions - The small multiples setup for the visual.default BarChartConfiguration.Builder smallMultiplesOptions(Consumer<SmallMultiplesOptions.Builder> smallMultiplesOptions)
The small multiples setup for the visual.
This is a convenience method that creates an instance of theSmallMultiplesOptions.Builder avoiding
the need to create one manually via SmallMultiplesOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to smallMultiplesOptions(SmallMultiplesOptions).
smallMultiplesOptions - a consumer that will call methods on SmallMultiplesOptions.BuildersmallMultiplesOptions(SmallMultiplesOptions)BarChartConfiguration.Builder categoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) for bar chart category.
categoryAxis - The label display options (grid line, range, scale, axis step) for bar chart category.default BarChartConfiguration.Builder categoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis)
The label display options (grid line, range, scale, axis step) for bar chart 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)BarChartConfiguration.Builder categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility and sort icon visibility) for a bar chart.
categoryLabelOptions - The label options (label text, label visibility and sort icon visibility) for a bar chart.default BarChartConfiguration.Builder categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The label options (label text, label visibility and sort icon visibility) for a bar chart.
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)BarChartConfiguration.Builder valueAxis(AxisDisplayOptions valueAxis)
The label display options (grid line, range, scale, axis step) for a bar chart value.
valueAxis - The label display options (grid line, range, scale, axis step) for a bar chart value.default BarChartConfiguration.Builder valueAxis(Consumer<AxisDisplayOptions.Builder> valueAxis)
The label display options (grid line, range, scale, axis step) for a bar chart value.
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 valueAxis(AxisDisplayOptions).
valueAxis - a consumer that will call methods on AxisDisplayOptions.BuildervalueAxis(AxisDisplayOptions)BarChartConfiguration.Builder valueLabelOptions(ChartAxisLabelOptions valueLabelOptions)
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
valueLabelOptions - The label options (label text, label visibility and sort icon visibility) for a bar chart value.default BarChartConfiguration.Builder valueLabelOptions(Consumer<ChartAxisLabelOptions.Builder> valueLabelOptions)
The label options (label text, label visibility and sort icon visibility) for a bar chart 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 valueLabelOptions(ChartAxisLabelOptions).
valueLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildervalueLabelOptions(ChartAxisLabelOptions)BarChartConfiguration.Builder colorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
colorLabelOptions - The label options (label text, label visibility and sort icon visibility) for a color that is used in
a bar chart.default BarChartConfiguration.Builder colorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions)
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
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)BarChartConfiguration.Builder legend(LegendOptions legend)
The legend display setup of the visual.
legend - The legend display setup of the visual.default BarChartConfiguration.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)BarChartConfiguration.Builder dataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
dataLabels - The options that determine if visual data labels are displayed.default BarChartConfiguration.Builder dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The options that determine if visual data labels are displayed.
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)BarChartConfiguration.Builder tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
tooltip - The tooltip display setup of the visual.default BarChartConfiguration.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)BarChartConfiguration.Builder referenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
referenceLines - The reference line setup of the visual.BarChartConfiguration.Builder referenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
referenceLines - The reference line setup of the visual.BarChartConfiguration.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) BarChartConfiguration.Builder contributionAnalysisDefaults(Collection<ContributionAnalysisDefault> contributionAnalysisDefaults)
The contribution analysis (anomaly configuration) setup of the visual.
contributionAnalysisDefaults - The contribution analysis (anomaly configuration) setup of the visual.BarChartConfiguration.Builder contributionAnalysisDefaults(ContributionAnalysisDefault... contributionAnalysisDefaults)
The contribution analysis (anomaly configuration) setup of the visual.
contributionAnalysisDefaults - The contribution analysis (anomaly configuration) setup of the visual.BarChartConfiguration.Builder contributionAnalysisDefaults(Consumer<ContributionAnalysisDefault.Builder>... contributionAnalysisDefaults)
The contribution analysis (anomaly configuration) setup of the visual.
This is a convenience method that creates an instance of theContributionAnalysisDefault.Builder avoiding the
need to create one manually via
ContributionAnalysisDefault.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #contributionAnalysisDefaults(List.
contributionAnalysisDefaults - a consumer that will call methods on
ContributionAnalysisDefault.Builder#contributionAnalysisDefaults(java.util.Collection) Copyright © 2023. All rights reserved.