TemplateComboChartAggregatedFieldWells

data class TemplateComboChartAggregatedFieldWells(val barValues: List<TemplateMeasureField>? = null, val category: List<TemplateDimensionField>? = null, val colors: List<TemplateDimensionField>? = null, val lineValues: List<TemplateMeasureField>? = null)

Constructors

Link copied to clipboard
constructor(barValues: List<TemplateMeasureField>? = null, category: List<TemplateDimensionField>? = null, colors: List<TemplateDimensionField>? = null, lineValues: List<TemplateMeasureField>? = null)

Types

Link copied to clipboard
object Companion

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.