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