Analysis Combo Chart Aggregated Field Wells Args
data class AnalysisComboChartAggregatedFieldWellsArgs(val barValues: Output<List<AnalysisMeasureFieldArgs>>? = null, val category: Output<List<AnalysisDimensionFieldArgs>>? = null, val colors: Output<List<AnalysisDimensionFieldArgs>>? = null, val lineValues: Output<List<AnalysisMeasureFieldArgs>>? = null) : ConvertibleToJava<AnalysisComboChartAggregatedFieldWellsArgs>
Constructors
Link copied to clipboard
constructor(barValues: Output<List<AnalysisMeasureFieldArgs>>? = null, category: Output<List<AnalysisDimensionFieldArgs>>? = null, colors: Output<List<AnalysisDimensionFieldArgs>>? = null, lineValues: Output<List<AnalysisMeasureFieldArgs>>? = 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.