| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ComboChartSortConfiguration |
ComboChartSortConfiguration.clone() |
ComboChartSortConfiguration |
ComboChartConfiguration.getSortConfiguration()
The sort configuration of a
ComboChartVisual. |
ComboChartSortConfiguration |
ComboChartSortConfiguration.withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The item limit configuration for the category field well of a combo chart.
|
ComboChartSortConfiguration |
ComboChartSortConfiguration.withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category field well in a combo chart.
|
ComboChartSortConfiguration |
ComboChartSortConfiguration.withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category field well in a combo chart.
|
ComboChartSortConfiguration |
ComboChartSortConfiguration.withColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The item limit configuration of the color field well in a combo chart.
|
ComboChartSortConfiguration |
ComboChartSortConfiguration.withColorSort(Collection<FieldSortOptions> colorSort)
The sort configuration of the color field well in a combo chart.
|
ComboChartSortConfiguration |
ComboChartSortConfiguration.withColorSort(FieldSortOptions... colorSort)
The sort configuration of the color field well in a combo chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComboChartConfiguration.setSortConfiguration(ComboChartSortConfiguration sortConfiguration)
The sort configuration of a
ComboChartVisual. |
ComboChartConfiguration |
ComboChartConfiguration.withSortConfiguration(ComboChartSortConfiguration sortConfiguration)
The sort configuration of a
ComboChartVisual. |
Copyright © 2024. All rights reserved.