DashboardPieChartAggregatedFieldWellsArgs

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

Constructors

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

Properties

Link copied to clipboard

The category (group/color) field wells of a pie chart.

Link copied to clipboard

The small multiples field well of a pie chart.

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

The value field wells of a pie chart. Values are aggregated based on categories.

Functions

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