TemplateLineChartAggregatedFieldWellsArgs

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

Constructors

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

Link copied to clipboard
val colors: Output<List<TemplateDimensionFieldArgs>>? = 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<TemplateMeasureFieldArgs>>? = null

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

Functions

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