interface ScatterPlotFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ScatterPlotFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_ScatterPlotFieldWellsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ScatterPlotFieldWellsProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.ScatterPlotFieldWellsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » ScatterPlotFieldWellsProperty |
The field well configuration of a scatter plot.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| scatter | IResolvable | Scatter | The aggregated field wells of a scatter plot. |
| scatter | IResolvable | Scatter | The unaggregated field wells of a scatter plot. |
scatterPlotCategoricallyAggregatedFieldWells?
Type:
IResolvable | Scatter
(optional)
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.
scatterPlotUnaggregatedFieldWells?
Type:
IResolvable | Scatter
(optional)
The unaggregated field wells of a scatter plot.
The x and y-axes of these scatter plots are unaggregated.

.NET
Go
Java
Python
TypeScript