public static interface ComboChartFieldWells.Builder extends SdkPojo, CopyableBuilder<ComboChartFieldWells.Builder,ComboChartFieldWells>
| Modifier and Type | Method and Description |
|---|---|
ComboChartFieldWells.Builder |
comboChartAggregatedFieldWells(ComboChartAggregatedFieldWells comboChartAggregatedFieldWells)
The aggregated field wells of a combo chart.
|
default ComboChartFieldWells.Builder |
comboChartAggregatedFieldWells(Consumer<ComboChartAggregatedFieldWells.Builder> comboChartAggregatedFieldWells)
The aggregated field wells of a combo chart.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComboChartFieldWells.Builder comboChartAggregatedFieldWells(ComboChartAggregatedFieldWells comboChartAggregatedFieldWells)
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
comboChartAggregatedFieldWells - The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in
a combo chart are aggregated by category.default ComboChartFieldWells.Builder comboChartAggregatedFieldWells(Consumer<ComboChartAggregatedFieldWells.Builder> comboChartAggregatedFieldWells)
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
This is a convenience method that creates an instance of theComboChartAggregatedFieldWells.Builder
avoiding the need to create one manually via ComboChartAggregatedFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
comboChartAggregatedFieldWells(ComboChartAggregatedFieldWells).
comboChartAggregatedFieldWells - a consumer that will call methods on ComboChartAggregatedFieldWells.BuildercomboChartAggregatedFieldWells(ComboChartAggregatedFieldWells)Copyright © 2023. All rights reserved.