Template Bar Chart Aggregated Field Wells Args
data class TemplateBarChartAggregatedFieldWellsArgs(val category: Output<List<TemplateDimensionFieldArgs>>? = null, val colors: Output<List<TemplateDimensionFieldArgs>>? = null, val smallMultiples: Output<List<TemplateDimensionFieldArgs>>? = null, val values: Output<List<TemplateMeasureFieldArgs>>? = null) : ConvertibleToJava<TemplateBarChartAggregatedFieldWellsArgs>
Constructors
Link copied to clipboard
constructor(category: Output<List<TemplateDimensionFieldArgs>>? = null, colors: Output<List<TemplateDimensionFieldArgs>>? = null, smallMultiples: Output<List<TemplateDimensionFieldArgs>>? = null, values: Output<List<TemplateMeasureFieldArgs>>? = 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.