DashboardScatterPlotUnaggregatedFieldWells

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

constructor(category: List<DashboardDimensionField>? = null, label: List<DashboardDimensionField>? = null, size: List<DashboardMeasureField>? = null, xAxis: List<DashboardDimensionField>? = null, yAxis: List<DashboardDimensionField>? = null)

Types

Link copied to clipboard
object Companion

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.