scatter Plot Categorically Aggregated Field Wells
suspend fun scatterPlotCategoricallyAggregatedFieldWells(value: Output<TemplateScatterPlotCategoricallyAggregatedFieldWellsArgs>)
suspend fun scatterPlotCategoricallyAggregatedFieldWells(value: TemplateScatterPlotCategoricallyAggregatedFieldWellsArgs?)
Parameters
value
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.
suspend fun scatterPlotCategoricallyAggregatedFieldWells(argument: suspend TemplateScatterPlotCategoricallyAggregatedFieldWellsArgsBuilder.() -> Unit)
Parameters
argument
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.