aws-cdk-lib.aws_quicksight.CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty

interface ScatterPlotCategoricallyAggregatedFieldWellsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ScatterPlotCategoricallyAggregatedFieldWellsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.ScatterPlotCategoricallyAggregatedFieldWellsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » ScatterPlotCategoricallyAggregatedFieldWellsProperty

The aggregated field well of a scatter plot.

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
category?IResolvable | IResolvable | DimensionFieldProperty[]The category field well of a scatter plot.
label?IResolvable | IResolvable | DimensionFieldProperty[]The label field well of a scatter plot.
size?IResolvable | IResolvable | MeasureFieldProperty[]The size field well of a scatter plot.
xAxis?IResolvable | IResolvable | MeasureFieldProperty[]The x-axis field well of a scatter plot.
yAxis?IResolvable | IResolvable | MeasureFieldProperty[]The y-axis field well of a scatter plot.

category?

Type: IResolvable | IResolvable | DimensionFieldProperty[] (optional)

The category field well of a scatter plot.


label?

Type: IResolvable | IResolvable | DimensionFieldProperty[] (optional)

The label field well of a scatter plot.


size?

Type: IResolvable | IResolvable | MeasureFieldProperty[] (optional)

The size field well of a scatter plot.


xAxis?

Type: IResolvable | IResolvable | MeasureFieldProperty[] (optional)

The x-axis field well of a scatter plot.

The x-axis is aggregated by category.


yAxis?

Type: IResolvable | IResolvable | MeasureFieldProperty[] (optional)

The y-axis field well of a scatter plot.

The y-axis is aggregated by category.