AnalysisLineChartAggregatedFieldWellsArgs

data class AnalysisLineChartAggregatedFieldWellsArgs(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<AnalysisLineChartAggregatedFieldWellsArgs>

Constructors

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 field wells of a line chart. Values are grouped by category fields.

Link copied to clipboard
val colors: Output<List<AnalysisDimensionFieldArgs>>? = null

The color field wells of a line chart. Values are grouped by category fields.

Link copied to clipboard

The small multiples field well of a line chart.

Link copied to clipboard
val values: Output<List<AnalysisMeasureFieldArgs>>? = null

The value field wells of a line chart. Values are aggregated based on categories.

Functions

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