AnalysisRadarChartSortConfiguration

data class AnalysisRadarChartSortConfiguration(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)

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.