TemplateRadarChartAggregatedFieldWells

data class TemplateRadarChartAggregatedFieldWells(val category: List<TemplateDimensionField>? = null, val color: List<TemplateDimensionField>? = null, val values: List<TemplateMeasureField>? = null)

Constructors

Link copied to clipboard
constructor(category: List<TemplateDimensionField>? = null, color: List<TemplateDimensionField>? = null, values: List<TemplateMeasureField>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The aggregated field well categories of a radar chart.

Link copied to clipboard

The color that are assigned to the aggregated field wells of a radar chart.

Link copied to clipboard

The values that are assigned to the aggregated field wells of a radar chart.