interface ScatterPlotFieldWellsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ScatterPlotFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ScatterPlotFieldWellsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ScatterPlotFieldWellsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.ScatterPlotFieldWellsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » 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.