TemplateScatterPlotUnaggregatedFieldWells

data class TemplateScatterPlotUnaggregatedFieldWells(val category: List<TemplateDimensionField>? = null, val label: List<TemplateDimensionField>? = null, val size: List<TemplateMeasureField>? = null, val xAxis: List<TemplateDimensionField>? = null, val yAxis: List<TemplateDimensionField>? = null)

Constructors

constructor(category: List<TemplateDimensionField>? = null, label: List<TemplateDimensionField>? = null, size: List<TemplateMeasureField>? = null, xAxis: List<TemplateDimensionField>? = null, yAxis: List<TemplateDimensionField>? = 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.