TemplateComboChartSortConfiguration

data class TemplateComboChartSortConfiguration(val categoryItemsLimit: TemplateItemsLimitConfiguration? = null, val categorySort: List<TemplateFieldSortOptions>? = null, val colorItemsLimit: TemplateItemsLimitConfiguration? = null, val colorSort: List<TemplateFieldSortOptions>? = null)

Constructors

Link copied to clipboard
constructor(categoryItemsLimit: TemplateItemsLimitConfiguration? = null, categorySort: List<TemplateFieldSortOptions>? = null, colorItemsLimit: TemplateItemsLimitConfiguration? = null, colorSort: List<TemplateFieldSortOptions>? = 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.