Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
LineChartSortConfiguration |
LineChartSortConfiguration.clone() |
LineChartSortConfiguration |
LineChartConfiguration.getSortConfiguration()
The sort configuration of a line chart.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withCategoryItemsLimitConfiguration(ItemsLimitConfiguration categoryItemsLimitConfiguration)
The limit on the number of categories that are displayed in a line chart.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withColorItemsLimitConfiguration(ItemsLimitConfiguration colorItemsLimitConfiguration)
The limit on the number of lines that are displayed in a line chart.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
LineChartSortConfiguration |
LineChartSortConfiguration.withSmallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
|
Modifier and Type | Method and Description |
---|---|
void |
LineChartConfiguration.setSortConfiguration(LineChartSortConfiguration sortConfiguration)
The sort configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withSortConfiguration(LineChartSortConfiguration sortConfiguration)
The sort configuration of a line chart.
|
Copyright © 2023. All rights reserved.