TemplateRadarChartSortConfiguration

data class TemplateRadarChartSortConfiguration(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 category items limit for a radar chart.

Link copied to clipboard

The category sort options of a radar chart.

Link copied to clipboard

The color items limit of a radar chart.

Link copied to clipboard

The color sort configuration of a radar chart.