public static interface LineChartAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<LineChartAggregatedFieldWells.Builder,LineChartAggregatedFieldWells>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLineChartAggregatedFieldWells.Builder category(Collection<DimensionField> category)
The category field wells of a line chart. Values are grouped by category fields.
category - The category field wells of a line chart. Values are grouped by category fields.LineChartAggregatedFieldWells.Builder category(DimensionField... category)
The category field wells of a line chart. Values are grouped by category fields.
category - The category field wells of a line chart. Values are grouped by category fields.LineChartAggregatedFieldWells.Builder category(Consumer<DimensionField.Builder>... category)
The category field wells of a line chart. Values are grouped by category fields.
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) LineChartAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The value field wells of a line chart. Values are aggregated based on categories.
values - The value field wells of a line chart. Values are aggregated based on categories.LineChartAggregatedFieldWells.Builder values(MeasureField... values)
The value field wells of a line chart. Values are aggregated based on categories.
values - The value field wells of a line chart. Values are aggregated based on categories.LineChartAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The value field wells of a line chart. Values are aggregated based on categories.
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) LineChartAggregatedFieldWells.Builder colors(Collection<DimensionField> colors)
The color field wells of a line chart. Values are grouped by category fields.
colors - The color field wells of a line chart. Values are grouped by category fields.LineChartAggregatedFieldWells.Builder colors(DimensionField... colors)
The color field wells of a line chart. Values are grouped by category fields.
colors - The color field wells of a line chart. Values are grouped by category fields.LineChartAggregatedFieldWells.Builder colors(Consumer<DimensionField.Builder>... colors)
The color field wells of a line chart. Values are grouped by category fields.
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) LineChartAggregatedFieldWells.Builder smallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a line chart.
smallMultiples - The small multiples field well of a line chart.LineChartAggregatedFieldWells.Builder smallMultiples(DimensionField... smallMultiples)
The small multiples field well of a line chart.
smallMultiples - The small multiples field well of a line chart.LineChartAggregatedFieldWells.Builder smallMultiples(Consumer<DimensionField.Builder>... smallMultiples)
The small multiples field well of a line 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.