public static interface BarChartAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<BarChartAggregatedFieldWells.Builder,BarChartAggregatedFieldWells>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBarChartAggregatedFieldWells.Builder category(Collection<DimensionField> category)
The category (y-axis) field well of a bar chart.
category - The category (y-axis) field well of a bar chart.BarChartAggregatedFieldWells.Builder category(DimensionField... category)
The category (y-axis) field well of a bar chart.
category - The category (y-axis) field well of a bar chart.BarChartAggregatedFieldWells.Builder category(Consumer<DimensionField.Builder>... category)
The category (y-axis) field well of a bar chart.
This is a convenience method that creates an instance of theDimensionField.Builder avoiding the need to create
one manually via DimensionField.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #category(List.
category - a consumer that will call methods on
DimensionField.Builder#category(java.util.Collection) BarChartAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The value field wells of a bar chart. Values are aggregated by category.
values - The value field wells of a bar chart. Values are aggregated by category.BarChartAggregatedFieldWells.Builder values(MeasureField... values)
The value field wells of a bar chart. Values are aggregated by category.
values - The value field wells of a bar chart. Values are aggregated by category.BarChartAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The value field wells of a bar chart. Values are aggregated by category.
This is a convenience method that creates an instance of theMeasureField.Builder avoiding the need to create one
manually via MeasureField.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #values(List.
values - a consumer that will call methods on
MeasureField.Builder#values(java.util.Collection) BarChartAggregatedFieldWells.Builder colors(Collection<DimensionField> colors)
The color (group/color) field well of a bar chart.
colors - The color (group/color) field well of a bar chart.BarChartAggregatedFieldWells.Builder colors(DimensionField... colors)
The color (group/color) field well of a bar chart.
colors - The color (group/color) field well of a bar chart.BarChartAggregatedFieldWells.Builder colors(Consumer<DimensionField.Builder>... colors)
The color (group/color) field well of a bar chart.
This is a convenience method that creates an instance of theDimensionField.Builder avoiding the need to create
one manually via DimensionField.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #colors(List.
colors - a consumer that will call methods on
DimensionField.Builder#colors(java.util.Collection) BarChartAggregatedFieldWells.Builder smallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a bar chart.
smallMultiples - The small multiples field well of a bar chart.BarChartAggregatedFieldWells.Builder smallMultiples(DimensionField... smallMultiples)
The small multiples field well of a bar chart.
smallMultiples - The small multiples field well of a bar chart.BarChartAggregatedFieldWells.Builder smallMultiples(Consumer<DimensionField.Builder>... smallMultiples)
The small multiples field well of a bar chart.
This is a convenience method that creates an instance of theDimensionField.Builder avoiding the need to create
one manually via DimensionField.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #smallMultiples(List.
smallMultiples - a consumer that will call methods on
DimensionField.Builder#smallMultiples(java.util.Collection) Copyright © 2023. All rights reserved.