Analysis Scatter Plot Unaggregated Field Wells
data class AnalysisScatterPlotUnaggregatedFieldWells(val category: List<AnalysisDimensionField>? = null, val label: List<AnalysisDimensionField>? = null, val size: List<AnalysisMeasureField>? = null, val xAxis: List<AnalysisDimensionField>? = null, val yAxis: List<AnalysisDimensionField>? = null)
Constructors
Link copied to clipboard
constructor(category: List<AnalysisDimensionField>? = null, label: List<AnalysisDimensionField>? = null, size: List<AnalysisMeasureField>? = null, xAxis: List<AnalysisDimensionField>? = null, yAxis: List<AnalysisDimensionField>? = null)
Properties
Link copied to clipboard
The category field well of a scatter plot.
Link copied to clipboard
The label field well of a scatter plot.
Link copied to clipboard
The size field well of a scatter plot.
Link copied to clipboard
The x-axis field well of a scatter plot. The x-axis is a dimension field and cannot be aggregated.
Link copied to clipboard
The y-axis field well of a scatter plot. The y-axis is a dimension field and cannot be aggregated.