Analysis Bar Chart Aggregated Field Wells Args
data class AnalysisBarChartAggregatedFieldWellsArgs(val category: Output<List<AnalysisDimensionFieldArgs>>? = null, val colors: Output<List<AnalysisDimensionFieldArgs>>? = null, val smallMultiples: Output<List<AnalysisDimensionFieldArgs>>? = null, val values: Output<List<AnalysisMeasureFieldArgs>>? = null) : ConvertibleToJava<AnalysisBarChartAggregatedFieldWellsArgs>
Constructors
Link copied to clipboard
constructor(category: Output<List<AnalysisDimensionFieldArgs>>? = null, colors: Output<List<AnalysisDimensionFieldArgs>>? = null, smallMultiples: Output<List<AnalysisDimensionFieldArgs>>? = null, values: Output<List<AnalysisMeasureFieldArgs>>? = null)
Properties
Link copied to clipboard
The category (y-axis) field well of a bar chart.
Link copied to clipboard
The color (group/color) field well of a bar chart.
Link copied to clipboard
The small multiples field well of a bar chart.
Link copied to clipboard
The value field wells of a bar chart. Values are aggregated by category.