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