AnalysisComboChartAggregatedFieldWells

data class AnalysisComboChartAggregatedFieldWells(val barValues: List<AnalysisMeasureField>? = null, val category: List<AnalysisDimensionField>? = null, val colors: List<AnalysisDimensionField>? = null, val lineValues: List<AnalysisMeasureField>? = null)

Constructors

Link copied to clipboard
constructor(barValues: List<AnalysisMeasureField>? = null, category: List<AnalysisDimensionField>? = null, colors: List<AnalysisDimensionField>? = null, lineValues: List<AnalysisMeasureField>? = 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.