AnalysisComboChartAggregatedFieldWellsArgs

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

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
val colors: Output<List<AnalysisDimensionFieldArgs>>? = 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(): AnalysisComboChartAggregatedFieldWellsArgs