Dashboard Scatter Plot Categorically Aggregated Field Wells
data class DashboardScatterPlotCategoricallyAggregatedFieldWells(val category: List<DashboardDimensionField>? = null, val label: List<DashboardDimensionField>? = null, val size: List<DashboardMeasureField>? = null, val xAxis: List<DashboardMeasureField>? = null, val yAxis: List<DashboardMeasureField>? = null)
Constructors
Link copied to clipboard
constructor(category: List<DashboardDimensionField>? = null, label: List<DashboardDimensionField>? = null, size: List<DashboardMeasureField>? = null, xAxis: List<DashboardMeasureField>? = null, yAxis: List<DashboardMeasureField>? = 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 aggregated by category.
Link copied to clipboard
The y-axis field well of a scatter plot. The y-axis is aggregated by category.