Template Combo Chart Sort Configuration Args
data class TemplateComboChartSortConfigurationArgs(val categoryItemsLimit: Output<TemplateItemsLimitConfigurationArgs>? = null, val categorySort: Output<List<TemplateFieldSortOptionsArgs>>? = null, val colorItemsLimit: Output<TemplateItemsLimitConfigurationArgs>? = null, val colorSort: Output<List<TemplateFieldSortOptionsArgs>>? = null) : ConvertibleToJava<TemplateComboChartSortConfigurationArgs>
Constructors
Link copied to clipboard
constructor(categoryItemsLimit: Output<TemplateItemsLimitConfigurationArgs>? = null, categorySort: Output<List<TemplateFieldSortOptionsArgs>>? = null, colorItemsLimit: Output<TemplateItemsLimitConfigurationArgs>? = null, colorSort: Output<List<TemplateFieldSortOptionsArgs>>? = null)
Properties
Link copied to clipboard
The item limit configuration for the category field well of a combo chart.
Link copied to clipboard
The sort configuration of the category field well in a combo chart.
Link copied to clipboard
The item limit configuration of the color field well in a combo chart.
Link copied to clipboard
The sort configuration of the color field well in a combo chart.