Dashboard Scatter Plot Unaggregated Field Wells
data class DashboardScatterPlotUnaggregatedFieldWells(val category: List<DashboardDimensionField>? = null, val label: List<DashboardDimensionField>? = null, val size: List<DashboardMeasureField>? = null, val xAxis: List<DashboardDimensionField>? = null, val yAxis: List<DashboardDimensionField>? = null)
Constructors
Link copied to clipboard
constructor(category: List<DashboardDimensionField>? = null, label: List<DashboardDimensionField>? = null, size: List<DashboardMeasureField>? = null, xAxis: List<DashboardDimensionField>? = null, yAxis: List<DashboardDimensionField>? = 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.