TemplateRadarChartAggregatedFieldWellsArgs

data class TemplateRadarChartAggregatedFieldWellsArgs(val category: Output<List<TemplateDimensionFieldArgs>>? = null, val color: Output<List<TemplateDimensionFieldArgs>>? = null, val values: Output<List<TemplateMeasureFieldArgs>>? = null) : ConvertibleToJava<TemplateRadarChartAggregatedFieldWellsArgs>

Constructors

constructor(category: Output<List<TemplateDimensionFieldArgs>>? = null, color: Output<List<TemplateDimensionFieldArgs>>? = null, values: Output<List<TemplateMeasureFieldArgs>>? = null)

Properties

Link copied to clipboard

The aggregated field well categories of a radar chart.

Link copied to clipboard
val color: Output<List<TemplateDimensionFieldArgs>>? = null

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

Link copied to clipboard
val values: Output<List<TemplateMeasureFieldArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): TemplateRadarChartAggregatedFieldWellsArgs