Analysis Combo Chart Sort Configuration Args
data class AnalysisComboChartSortConfigurationArgs(val categoryItemsLimit: Output<AnalysisItemsLimitConfigurationArgs>? = null, val categorySort: Output<List<AnalysisFieldSortOptionsArgs>>? = null, val colorItemsLimit: Output<AnalysisItemsLimitConfigurationArgs>? = null, val colorSort: Output<List<AnalysisFieldSortOptionsArgs>>? = null) : ConvertibleToJava<AnalysisComboChartSortConfigurationArgs>
Constructors
Link copied to clipboard
constructor(categoryItemsLimit: Output<AnalysisItemsLimitConfigurationArgs>? = null, categorySort: Output<List<AnalysisFieldSortOptionsArgs>>? = null, colorItemsLimit: Output<AnalysisItemsLimitConfigurationArgs>? = null, colorSort: Output<List<AnalysisFieldSortOptionsArgs>>? = 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.