Analysis Bar Chart Sort Configuration
data class AnalysisBarChartSortConfiguration(val categoryItemsLimit: AnalysisItemsLimitConfiguration? = null, val categorySort: List<AnalysisFieldSortOptions>? = null, val colorItemsLimit: AnalysisItemsLimitConfiguration? = null, val colorSort: List<AnalysisFieldSortOptions>? = null, val smallMultiplesLimitConfiguration: AnalysisItemsLimitConfiguration? = null, val smallMultiplesSort: List<AnalysisFieldSortOptions>? = null)
Constructors
Link copied to clipboard
constructor(categoryItemsLimit: AnalysisItemsLimitConfiguration? = null, categorySort: List<AnalysisFieldSortOptions>? = null, colorItemsLimit: AnalysisItemsLimitConfiguration? = null, colorSort: List<AnalysisFieldSortOptions>? = null, smallMultiplesLimitConfiguration: AnalysisItemsLimitConfiguration? = null, smallMultiplesSort: List<AnalysisFieldSortOptions>? = null)
Properties
Link copied to clipboard
The limit on the number of categories displayed in a bar chart.
Link copied to clipboard
The sort configuration of category fields.
Link copied to clipboard
The limit on the number of values displayed in a bar chart.
Link copied to clipboard
The sort configuration of color fields in a bar chart.
Link copied to clipboard
The limit on the number of small multiples panels that are displayed.
Link copied to clipboard
The sort configuration of the small multiples field.