public static interface FunnelChartConfiguration.Builder extends SdkPojo, CopyableBuilder<FunnelChartConfiguration.Builder,FunnelChartConfiguration>
| Modifier and Type | Method and Description |
|---|---|
FunnelChartConfiguration.Builder |
categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options of the categories that are displayed in a
FunnelChartVisual. |
default FunnelChartConfiguration.Builder |
categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The label options of the categories that are displayed in a
FunnelChartVisual. |
default FunnelChartConfiguration.Builder |
dataLabelOptions(Consumer<FunnelChartDataLabelOptions.Builder> dataLabelOptions)
The options that determine the presentation of the data labels.
|
FunnelChartConfiguration.Builder |
dataLabelOptions(FunnelChartDataLabelOptions dataLabelOptions)
The options that determine the presentation of the data labels.
|
default FunnelChartConfiguration.Builder |
fieldWells(Consumer<FunnelChartFieldWells.Builder> fieldWells)
The field well configuration of a
FunnelChartVisual. |
FunnelChartConfiguration.Builder |
fieldWells(FunnelChartFieldWells fieldWells)
The field well configuration of a
FunnelChartVisual. |
default FunnelChartConfiguration.Builder |
sortConfiguration(Consumer<FunnelChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a
FunnelChartVisual. |
FunnelChartConfiguration.Builder |
sortConfiguration(FunnelChartSortConfiguration sortConfiguration)
The sort configuration of a
FunnelChartVisual. |
default FunnelChartConfiguration.Builder |
tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip configuration of a
FunnelChartVisual. |
FunnelChartConfiguration.Builder |
tooltip(TooltipOptions tooltip)
The tooltip configuration of a
FunnelChartVisual. |
FunnelChartConfiguration.Builder |
valueLabelOptions(ChartAxisLabelOptions valueLabelOptions)
The label options for the values that are displayed in a
FunnelChartVisual. |
default FunnelChartConfiguration.Builder |
valueLabelOptions(Consumer<ChartAxisLabelOptions.Builder> valueLabelOptions)
The label options for the values that are displayed in a
FunnelChartVisual. |
default FunnelChartConfiguration.Builder |
visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The visual palette configuration of a
FunnelChartVisual. |
FunnelChartConfiguration.Builder |
visualPalette(VisualPalette visualPalette)
The visual palette configuration of a
FunnelChartVisual. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFunnelChartConfiguration.Builder fieldWells(FunnelChartFieldWells fieldWells)
The field well configuration of a FunnelChartVisual.
fieldWells - The field well configuration of a FunnelChartVisual.default FunnelChartConfiguration.Builder fieldWells(Consumer<FunnelChartFieldWells.Builder> fieldWells)
The field well configuration of a FunnelChartVisual.
FunnelChartFieldWells.Builder avoiding
the need to create one manually via FunnelChartFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fieldWells(FunnelChartFieldWells).
fieldWells - a consumer that will call methods on FunnelChartFieldWells.BuilderfieldWells(FunnelChartFieldWells)FunnelChartConfiguration.Builder sortConfiguration(FunnelChartSortConfiguration sortConfiguration)
The sort configuration of a FunnelChartVisual.
sortConfiguration - The sort configuration of a FunnelChartVisual.default FunnelChartConfiguration.Builder sortConfiguration(Consumer<FunnelChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a FunnelChartVisual.
FunnelChartSortConfiguration.Builder
avoiding the need to create one manually via FunnelChartSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sortConfiguration(FunnelChartSortConfiguration).
sortConfiguration - a consumer that will call methods on FunnelChartSortConfiguration.BuildersortConfiguration(FunnelChartSortConfiguration)FunnelChartConfiguration.Builder categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options of the categories that are displayed in a FunnelChartVisual.
categoryLabelOptions - The label options of the categories that are displayed in a FunnelChartVisual.default FunnelChartConfiguration.Builder categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The label options of the categories that are displayed in a FunnelChartVisual.
ChartAxisLabelOptions.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)FunnelChartConfiguration.Builder valueLabelOptions(ChartAxisLabelOptions valueLabelOptions)
The label options for the values that are displayed in a FunnelChartVisual.
valueLabelOptions - The label options for the values that are displayed in a FunnelChartVisual.default FunnelChartConfiguration.Builder valueLabelOptions(Consumer<ChartAxisLabelOptions.Builder> valueLabelOptions)
The label options for the values that are displayed in a FunnelChartVisual.
ChartAxisLabelOptions.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)FunnelChartConfiguration.Builder tooltip(TooltipOptions tooltip)
The tooltip configuration of a FunnelChartVisual.
tooltip - The tooltip configuration of a FunnelChartVisual.default FunnelChartConfiguration.Builder tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip configuration of a FunnelChartVisual.
TooltipOptions.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)FunnelChartConfiguration.Builder dataLabelOptions(FunnelChartDataLabelOptions dataLabelOptions)
The options that determine the presentation of the data labels.
dataLabelOptions - The options that determine the presentation of the data labels.default FunnelChartConfiguration.Builder dataLabelOptions(Consumer<FunnelChartDataLabelOptions.Builder> dataLabelOptions)
The options that determine the presentation of the data labels.
This is a convenience method that creates an instance of theFunnelChartDataLabelOptions.Builder
avoiding the need to create one manually via FunnelChartDataLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataLabelOptions(FunnelChartDataLabelOptions).
dataLabelOptions - a consumer that will call methods on FunnelChartDataLabelOptions.BuilderdataLabelOptions(FunnelChartDataLabelOptions)FunnelChartConfiguration.Builder visualPalette(VisualPalette visualPalette)
The visual palette configuration of a FunnelChartVisual.
visualPalette - The visual palette configuration of a FunnelChartVisual.default FunnelChartConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The visual palette configuration of a FunnelChartVisual.
VisualPalette.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.