Analysis Combo Chart Sort Configuration
data class AnalysisComboChartSortConfiguration(val categoryItemsLimit: AnalysisItemsLimitConfiguration? = null, val categorySort: List<AnalysisFieldSortOptions>? = null, val colorItemsLimit: AnalysisItemsLimitConfiguration? = null, val colorSort: List<AnalysisFieldSortOptions>? = null)
Constructors
Link copied to clipboard
constructor(categoryItemsLimit: AnalysisItemsLimitConfiguration? = null, categorySort: List<AnalysisFieldSortOptions>? = null, colorItemsLimit: AnalysisItemsLimitConfiguration? = null, colorSort: List<AnalysisFieldSortOptions>? = 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.