public static interface WaterfallChartConfiguration.Builder extends SdkPojo, CopyableBuilder<WaterfallChartConfiguration.Builder,WaterfallChartConfiguration>
| Modifier and Type | Method and Description |
|---|---|
WaterfallChartConfiguration.Builder |
categoryAxisDisplayOptions(AxisDisplayOptions categoryAxisDisplayOptions)
The options that determine the presentation of the category axis.
|
default WaterfallChartConfiguration.Builder |
categoryAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> categoryAxisDisplayOptions)
The options that determine the presentation of the category axis.
|
WaterfallChartConfiguration.Builder |
categoryAxisLabelOptions(ChartAxisLabelOptions categoryAxisLabelOptions)
The options that determine the presentation of the category axis label.
|
default WaterfallChartConfiguration.Builder |
categoryAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryAxisLabelOptions)
The options that determine the presentation of the category axis label.
|
default WaterfallChartConfiguration.Builder |
dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The data label configuration of a waterfall visual.
|
WaterfallChartConfiguration.Builder |
dataLabels(DataLabelOptions dataLabels)
The data label configuration of a waterfall visual.
|
default WaterfallChartConfiguration.Builder |
fieldWells(Consumer<WaterfallChartFieldWells.Builder> fieldWells)
The field well configuration of a waterfall visual.
|
WaterfallChartConfiguration.Builder |
fieldWells(WaterfallChartFieldWells fieldWells)
The field well configuration of a waterfall visual.
|
default WaterfallChartConfiguration.Builder |
legend(Consumer<LegendOptions.Builder> legend)
The legend configuration of a waterfall visual.
|
WaterfallChartConfiguration.Builder |
legend(LegendOptions legend)
The legend configuration of a waterfall visual.
|
WaterfallChartConfiguration.Builder |
primaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
default WaterfallChartConfiguration.Builder |
primaryYAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> primaryYAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
WaterfallChartConfiguration.Builder |
primaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
|
default WaterfallChartConfiguration.Builder |
primaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
|
default WaterfallChartConfiguration.Builder |
sortConfiguration(Consumer<WaterfallChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a waterfall visual.
|
WaterfallChartConfiguration.Builder |
sortConfiguration(WaterfallChartSortConfiguration sortConfiguration)
The sort configuration of a waterfall visual.
|
default WaterfallChartConfiguration.Builder |
visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The visual palette configuration of a waterfall visual.
|
WaterfallChartConfiguration.Builder |
visualPalette(VisualPalette visualPalette)
The visual palette configuration of a waterfall visual.
|
default WaterfallChartConfiguration.Builder |
waterfallChartOptions(Consumer<WaterfallChartOptions.Builder> waterfallChartOptions)
The options that determine the presentation of a waterfall visual.
|
WaterfallChartConfiguration.Builder |
waterfallChartOptions(WaterfallChartOptions waterfallChartOptions)
The options that determine the presentation of a waterfall visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWaterfallChartConfiguration.Builder fieldWells(WaterfallChartFieldWells fieldWells)
The field well configuration of a waterfall visual.
fieldWells - The field well configuration of a waterfall visual.default WaterfallChartConfiguration.Builder fieldWells(Consumer<WaterfallChartFieldWells.Builder> fieldWells)
The field well configuration of a waterfall visual.
This is a convenience method that creates an instance of theWaterfallChartFieldWells.Builder
avoiding the need to create one manually via WaterfallChartFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to fieldWells(WaterfallChartFieldWells).
fieldWells - a consumer that will call methods on WaterfallChartFieldWells.BuilderfieldWells(WaterfallChartFieldWells)WaterfallChartConfiguration.Builder sortConfiguration(WaterfallChartSortConfiguration sortConfiguration)
The sort configuration of a waterfall visual.
sortConfiguration - The sort configuration of a waterfall visual.default WaterfallChartConfiguration.Builder sortConfiguration(Consumer<WaterfallChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a waterfall visual.
This is a convenience method that creates an instance of theWaterfallChartSortConfiguration.Builder
avoiding the need to create one manually via WaterfallChartSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sortConfiguration(WaterfallChartSortConfiguration).
sortConfiguration - a consumer that will call methods on WaterfallChartSortConfiguration.BuildersortConfiguration(WaterfallChartSortConfiguration)WaterfallChartConfiguration.Builder waterfallChartOptions(WaterfallChartOptions waterfallChartOptions)
The options that determine the presentation of a waterfall visual.
waterfallChartOptions - The options that determine the presentation of a waterfall visual.default WaterfallChartConfiguration.Builder waterfallChartOptions(Consumer<WaterfallChartOptions.Builder> waterfallChartOptions)
The options that determine the presentation of a waterfall visual.
This is a convenience method that creates an instance of theWaterfallChartOptions.Builder avoiding
the need to create one manually via WaterfallChartOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to waterfallChartOptions(WaterfallChartOptions).
waterfallChartOptions - a consumer that will call methods on WaterfallChartOptions.BuilderwaterfallChartOptions(WaterfallChartOptions)WaterfallChartConfiguration.Builder categoryAxisLabelOptions(ChartAxisLabelOptions categoryAxisLabelOptions)
The options that determine the presentation of the category axis label.
categoryAxisLabelOptions - The options that determine the presentation of the category axis label.default WaterfallChartConfiguration.Builder categoryAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryAxisLabelOptions)
The options that determine the presentation of the category axis label.
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 categoryAxisLabelOptions(ChartAxisLabelOptions).
categoryAxisLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildercategoryAxisLabelOptions(ChartAxisLabelOptions)WaterfallChartConfiguration.Builder categoryAxisDisplayOptions(AxisDisplayOptions categoryAxisDisplayOptions)
The options that determine the presentation of the category axis.
categoryAxisDisplayOptions - The options that determine the presentation of the category axis.default WaterfallChartConfiguration.Builder categoryAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> categoryAxisDisplayOptions)
The options that determine the presentation of the category axis.
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 categoryAxisDisplayOptions(AxisDisplayOptions).
categoryAxisDisplayOptions - a consumer that will call methods on AxisDisplayOptions.BuildercategoryAxisDisplayOptions(AxisDisplayOptions)WaterfallChartConfiguration.Builder primaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
primaryYAxisLabelOptions - The options that determine the presentation of the y-axis label.default WaterfallChartConfiguration.Builder primaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
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)WaterfallChartConfiguration.Builder primaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The options that determine the presentation of the y-axis.
primaryYAxisDisplayOptions - The options that determine the presentation of the y-axis.default WaterfallChartConfiguration.Builder primaryYAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> primaryYAxisDisplayOptions)
The options that determine the presentation of the y-axis.
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)WaterfallChartConfiguration.Builder legend(LegendOptions legend)
The legend configuration of a waterfall visual.
legend - The legend configuration of a waterfall visual.default WaterfallChartConfiguration.Builder legend(Consumer<LegendOptions.Builder> legend)
The legend configuration of a waterfall 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)WaterfallChartConfiguration.Builder dataLabels(DataLabelOptions dataLabels)
The data label configuration of a waterfall visual.
dataLabels - The data label configuration of a waterfall visual.default WaterfallChartConfiguration.Builder dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The data label configuration of a waterfall visual.
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)WaterfallChartConfiguration.Builder visualPalette(VisualPalette visualPalette)
The visual palette configuration of a waterfall visual.
visualPalette - The visual palette configuration of a waterfall visual.default WaterfallChartConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The visual palette configuration of a waterfall 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.