Dashboard Bar Chart Sort Configuration
data class DashboardBarChartSortConfiguration(val categoryItemsLimit: DashboardItemsLimitConfiguration? = null, val categorySort: List<DashboardFieldSortOptions>? = null, val colorItemsLimit: DashboardItemsLimitConfiguration? = null, val colorSort: List<DashboardFieldSortOptions>? = null, val smallMultiplesLimitConfiguration: DashboardItemsLimitConfiguration? = null, val smallMultiplesSort: List<DashboardFieldSortOptions>? = null)
Constructors
Link copied to clipboard
constructor(categoryItemsLimit: DashboardItemsLimitConfiguration? = null, categorySort: List<DashboardFieldSortOptions>? = null, colorItemsLimit: DashboardItemsLimitConfiguration? = null, colorSort: List<DashboardFieldSortOptions>? = null, smallMultiplesLimitConfiguration: DashboardItemsLimitConfiguration? = null, smallMultiplesSort: List<DashboardFieldSortOptions>? = 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.