Template Scatter Plot Field Wells Args
data class TemplateScatterPlotFieldWellsArgs(val scatterPlotCategoricallyAggregatedFieldWells: Output<TemplateScatterPlotCategoricallyAggregatedFieldWellsArgs>? = null, val scatterPlotUnaggregatedFieldWells: Output<TemplateScatterPlotUnaggregatedFieldWellsArgs>? = null) : ConvertibleToJava<TemplateScatterPlotFieldWellsArgs>
Constructors
Link copied to clipboard
constructor(scatterPlotCategoricallyAggregatedFieldWells: Output<TemplateScatterPlotCategoricallyAggregatedFieldWellsArgs>? = null, scatterPlotUnaggregatedFieldWells: Output<TemplateScatterPlotUnaggregatedFieldWellsArgs>? = null)
Properties
Link copied to clipboard
val scatterPlotCategoricallyAggregatedFieldWells: Output<TemplateScatterPlotCategoricallyAggregatedFieldWellsArgs>? = 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
val scatterPlotUnaggregatedFieldWells: Output<TemplateScatterPlotUnaggregatedFieldWellsArgs>? = null
The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.