Analysis Line Chart Aggregated Field Wells
data class AnalysisLineChartAggregatedFieldWells(val category: List<AnalysisDimensionField>? = null, val colors: List<AnalysisDimensionField>? = null, val smallMultiples: List<AnalysisDimensionField>? = null, val values: List<AnalysisMeasureField>? = null)
Constructors
Link copied to clipboard
constructor(category: List<AnalysisDimensionField>? = null, colors: List<AnalysisDimensionField>? = null, smallMultiples: List<AnalysisDimensionField>? = null, values: List<AnalysisMeasureField>? = null)
Properties
Link copied to clipboard
The category field wells of a line chart. Values are grouped by category fields.
Link copied to clipboard
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
The value field wells of a line chart. Values are aggregated based on categories.