public static interface PieChartConfiguration.Builder extends SdkPojo, CopyableBuilder<PieChartConfiguration.Builder,PieChartConfiguration>
| Modifier and Type | Method and Description |
|---|---|
PieChartConfiguration.Builder |
categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options of the group/color that is displayed in a pie chart.
|
default PieChartConfiguration.Builder |
categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The label options of the group/color that is displayed in a pie chart.
|
PieChartConfiguration.Builder |
contributionAnalysisDefaults(Collection<ContributionAnalysisDefault> contributionAnalysisDefaults)
The contribution analysis (anomaly configuration) setup of the visual.
|
PieChartConfiguration.Builder |
contributionAnalysisDefaults(Consumer<ContributionAnalysisDefault.Builder>... contributionAnalysisDefaults)
The contribution analysis (anomaly configuration) setup of the visual.
|
PieChartConfiguration.Builder |
contributionAnalysisDefaults(ContributionAnalysisDefault... contributionAnalysisDefaults)
The contribution analysis (anomaly configuration) setup of the visual.
|
default PieChartConfiguration.Builder |
dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The options that determine if visual data labels are displayed.
|
PieChartConfiguration.Builder |
dataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
default PieChartConfiguration.Builder |
donutOptions(Consumer<DonutOptions.Builder> donutOptions)
The options that determine the shape of the chart.
|
PieChartConfiguration.Builder |
donutOptions(DonutOptions donutOptions)
The options that determine the shape of the chart.
|
default PieChartConfiguration.Builder |
fieldWells(Consumer<PieChartFieldWells.Builder> fieldWells)
The field wells of the visual.
|
PieChartConfiguration.Builder |
fieldWells(PieChartFieldWells fieldWells)
The field wells of the visual.
|
default PieChartConfiguration.Builder |
legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
PieChartConfiguration.Builder |
legend(LegendOptions legend)
The legend display setup of the visual.
|
default PieChartConfiguration.Builder |
smallMultiplesOptions(Consumer<SmallMultiplesOptions.Builder> smallMultiplesOptions)
The small multiples setup for the visual.
|
PieChartConfiguration.Builder |
smallMultiplesOptions(SmallMultiplesOptions smallMultiplesOptions)
The small multiples setup for the visual.
|
default PieChartConfiguration.Builder |
sortConfiguration(Consumer<PieChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a pie chart.
|
PieChartConfiguration.Builder |
sortConfiguration(PieChartSortConfiguration sortConfiguration)
The sort configuration of a pie chart.
|
default PieChartConfiguration.Builder |
tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip display setup of the visual.
|
PieChartConfiguration.Builder |
tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
PieChartConfiguration.Builder |
valueLabelOptions(ChartAxisLabelOptions valueLabelOptions)
The label options for the value that is displayed in a pie chart.
|
default PieChartConfiguration.Builder |
valueLabelOptions(Consumer<ChartAxisLabelOptions.Builder> valueLabelOptions)
The label options for the value that is displayed in a pie chart.
|
default PieChartConfiguration.Builder |
visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The palette (chart color) display setup of the visual.
|
PieChartConfiguration.Builder |
visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPieChartConfiguration.Builder fieldWells(PieChartFieldWells fieldWells)
The field wells of the visual.
fieldWells - The field wells of the visual.default PieChartConfiguration.Builder fieldWells(Consumer<PieChartFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of thePieChartFieldWells.Builder avoiding the
need to create one manually via PieChartFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fieldWells(PieChartFieldWells).
fieldWells - a consumer that will call methods on PieChartFieldWells.BuilderfieldWells(PieChartFieldWells)PieChartConfiguration.Builder sortConfiguration(PieChartSortConfiguration sortConfiguration)
The sort configuration of a pie chart.
sortConfiguration - The sort configuration of a pie chart.default PieChartConfiguration.Builder sortConfiguration(Consumer<PieChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a pie chart.
This is a convenience method that creates an instance of thePieChartSortConfiguration.Builder
avoiding the need to create one manually via PieChartSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sortConfiguration(PieChartSortConfiguration).
sortConfiguration - a consumer that will call methods on PieChartSortConfiguration.BuildersortConfiguration(PieChartSortConfiguration)PieChartConfiguration.Builder donutOptions(DonutOptions donutOptions)
The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.
donutOptions - The options that determine the shape of the chart. This option determines whether the chart is a pie
chart or a donut chart.default PieChartConfiguration.Builder donutOptions(Consumer<DonutOptions.Builder> donutOptions)
The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.
This is a convenience method that creates an instance of theDonutOptions.Builder avoiding the need
to create one manually via DonutOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to donutOptions(DonutOptions).
donutOptions - a consumer that will call methods on DonutOptions.BuilderdonutOptions(DonutOptions)PieChartConfiguration.Builder smallMultiplesOptions(SmallMultiplesOptions smallMultiplesOptions)
The small multiples setup for the visual.
smallMultiplesOptions - The small multiples setup for the visual.default PieChartConfiguration.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)PieChartConfiguration.Builder categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options of the group/color that is displayed in a pie chart.
categoryLabelOptions - The label options of the group/color that is displayed in a pie chart.default PieChartConfiguration.Builder categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The label options of the group/color that is displayed in a pie 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)PieChartConfiguration.Builder valueLabelOptions(ChartAxisLabelOptions valueLabelOptions)
The label options for the value that is displayed in a pie chart.
valueLabelOptions - The label options for the value that is displayed in a pie chart.default PieChartConfiguration.Builder valueLabelOptions(Consumer<ChartAxisLabelOptions.Builder> valueLabelOptions)
The label options for the value that is displayed in a pie 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 valueLabelOptions(ChartAxisLabelOptions).
valueLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildervalueLabelOptions(ChartAxisLabelOptions)PieChartConfiguration.Builder legend(LegendOptions legend)
The legend display setup of the visual.
legend - The legend display setup of the visual.default PieChartConfiguration.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)PieChartConfiguration.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 PieChartConfiguration.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)PieChartConfiguration.Builder tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
tooltip - The tooltip display setup of the visual.default PieChartConfiguration.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)PieChartConfiguration.Builder visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
visualPalette - The palette (chart color) display setup of the visual.default PieChartConfiguration.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)PieChartConfiguration.Builder contributionAnalysisDefaults(Collection<ContributionAnalysisDefault> contributionAnalysisDefaults)
The contribution analysis (anomaly configuration) setup of the visual.
contributionAnalysisDefaults - The contribution analysis (anomaly configuration) setup of the visual.PieChartConfiguration.Builder contributionAnalysisDefaults(ContributionAnalysisDefault... contributionAnalysisDefaults)
The contribution analysis (anomaly configuration) setup of the visual.
contributionAnalysisDefaults - The contribution analysis (anomaly configuration) setup of the visual.PieChartConfiguration.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.