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