Template Scatter Plot Field Wells
data class TemplateScatterPlotFieldWells(val scatterPlotCategoricallyAggregatedFieldWells: TemplateScatterPlotCategoricallyAggregatedFieldWells? = null, val scatterPlotUnaggregatedFieldWells: TemplateScatterPlotUnaggregatedFieldWells? = null)
Constructors
Link copied to clipboard
constructor(scatterPlotCategoricallyAggregatedFieldWells: TemplateScatterPlotCategoricallyAggregatedFieldWells? = null, scatterPlotUnaggregatedFieldWells: TemplateScatterPlotUnaggregatedFieldWells? = null)
Properties
Link copied to clipboard
val scatterPlotCategoricallyAggregatedFieldWells: TemplateScatterPlotCategoricallyAggregatedFieldWells? = null
The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
Link copied to clipboard
The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.