interface ScatterPlotFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.ScatterPlotFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_ScatterPlotFieldWellsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ScatterPlotFieldWellsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.ScatterPlotFieldWellsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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