DashboardRadarChartAggregatedFieldWellsArgs

data class DashboardRadarChartAggregatedFieldWellsArgs(val category: Output<List<DashboardDimensionFieldArgs>>? = null, val color: Output<List<DashboardDimensionFieldArgs>>? = null, val values: Output<List<DashboardMeasureFieldArgs>>? = null) : ConvertibleToJava<DashboardRadarChartAggregatedFieldWellsArgs>

Constructors

constructor(category: Output<List<DashboardDimensionFieldArgs>>? = null, color: Output<List<DashboardDimensionFieldArgs>>? = null, values: Output<List<DashboardMeasureFieldArgs>>? = null)

Properties

Link copied to clipboard

The aggregated field well categories of a radar chart.

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

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

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

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

Functions

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