Dashboard Combo Chart Aggregated Field Wells Args
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
Link copied to clipboard
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.