DashboardComboChartAggregatedFieldWellsArgs

data class DashboardComboChartAggregatedFieldWellsArgs(val barValues: Output<List<DashboardMeasureFieldArgs>>? = null, val category: Output<List<DashboardDimensionFieldArgs>>? = null, val colors: Output<List<DashboardDimensionFieldArgs>>? = null, val lineValues: Output<List<DashboardMeasureFieldArgs>>? = null) : ConvertibleToJava<DashboardComboChartAggregatedFieldWellsArgs>

Constructors

constructor(barValues: Output<List<DashboardMeasureFieldArgs>>? = null, category: Output<List<DashboardDimensionFieldArgs>>? = null, colors: Output<List<DashboardDimensionFieldArgs>>? = null, lineValues: Output<List<DashboardMeasureFieldArgs>>? = null)

Properties

Link copied to clipboard

The aggregated BarValues field well of a combo chart.

Link copied to clipboard

The aggregated category field wells of a combo chart.

Link copied to clipboard

The aggregated colors field well of a combo chart.

Link copied to clipboard

The aggregated LineValues field well of a combo chart.

Functions

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