AnalysisRadarChartAggregatedFieldWells

data class AnalysisRadarChartAggregatedFieldWells(val category: List<AnalysisDimensionField>? = null, val color: List<AnalysisDimensionField>? = null, val values: List<AnalysisMeasureField>? = null)

Constructors

Link copied to clipboard
constructor(category: List<AnalysisDimensionField>? = null, color: List<AnalysisDimensionField>? = null, values: List<AnalysisMeasureField>? = 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.