scatter Plot Categorically Aggregated Field Wells
suspend fun scatterPlotCategoricallyAggregatedFieldWells(value: Output<AnalysisScatterPlotCategoricallyAggregatedFieldWellsArgs>)
suspend fun scatterPlotCategoricallyAggregatedFieldWells(value: AnalysisScatterPlotCategoricallyAggregatedFieldWellsArgs?)
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 AnalysisScatterPlotCategoricallyAggregatedFieldWellsArgsBuilder.() -> 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.