TemplateComboChartAggregatedFieldWellsArgs

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

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
val colors: Output<List<TemplateDimensionFieldArgs>>? = null

The aggregated colors field well of a combo chart.

Link copied to clipboard

The aggregated LineValues field well of a combo chart.

Functions

Link copied to clipboard
open override fun toJava(): TemplateComboChartAggregatedFieldWellsArgs