| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
PieChartAggregatedFieldWells |
PieChartAggregatedFieldWells.clone() |
PieChartAggregatedFieldWells |
PieChartFieldWells.getPieChartAggregatedFieldWells()
The field well configuration of a pie chart.
|
PieChartAggregatedFieldWells |
PieChartAggregatedFieldWells.withCategory(Collection<DimensionField> category)
The category (group/color) field wells of a pie chart.
|
PieChartAggregatedFieldWells |
PieChartAggregatedFieldWells.withCategory(DimensionField... category)
The category (group/color) field wells of a pie chart.
|
PieChartAggregatedFieldWells |
PieChartAggregatedFieldWells.withSmallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a pie chart.
|
PieChartAggregatedFieldWells |
PieChartAggregatedFieldWells.withSmallMultiples(DimensionField... smallMultiples)
The small multiples field well of a pie chart.
|
PieChartAggregatedFieldWells |
PieChartAggregatedFieldWells.withValues(Collection<MeasureField> values)
The value field wells of a pie chart.
|
PieChartAggregatedFieldWells |
PieChartAggregatedFieldWells.withValues(MeasureField... values)
The value field wells of a pie chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PieChartFieldWells.setPieChartAggregatedFieldWells(PieChartAggregatedFieldWells pieChartAggregatedFieldWells)
The field well configuration of a pie chart.
|
PieChartFieldWells |
PieChartFieldWells.withPieChartAggregatedFieldWells(PieChartAggregatedFieldWells pieChartAggregatedFieldWells)
The field well configuration of a pie chart.
|
Copyright © 2024. All rights reserved.