Dashboard Combo Chart Sort Configuration
data class DashboardComboChartSortConfiguration(val categoryItemsLimit: DashboardItemsLimitConfiguration? = null, val categorySort: List<DashboardFieldSortOptions>? = null, val colorItemsLimit: DashboardItemsLimitConfiguration? = null, val colorSort: List<DashboardFieldSortOptions>? = null)
Constructors
Link copied to clipboard
fun DashboardComboChartSortConfiguration(categoryItemsLimit: DashboardItemsLimitConfiguration? = null, categorySort: List<DashboardFieldSortOptions>? = null, colorItemsLimit: DashboardItemsLimitConfiguration? = null, colorSort: List<DashboardFieldSortOptions>? = null)