DashboardComboChartSortConfiguration

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
constructor(categoryItemsLimit: DashboardItemsLimitConfiguration? = null, categorySort: List<DashboardFieldSortOptions>? = null, colorItemsLimit: DashboardItemsLimitConfiguration? = null, colorSort: List<DashboardFieldSortOptions>? = null)

Types

Link copied to clipboard
object Companion

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.