Template Combo Chart Aggregated Field Wells
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)
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.