aws-cdk-lib.aws_quicksight.CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty

interface ScatterPlotUnaggregatedFieldWellsProperty

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

The unaggregated field wells 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 | DimensionFieldProperty[]The x-axis field well of a scatter plot.
yAxis?IResolvable | IResolvable | DimensionFieldProperty[]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 | DimensionFieldProperty[] (optional)

The x-axis field well of a scatter plot.

The x-axis is a dimension field and cannot be aggregated.


yAxis?

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

The y-axis field well of a scatter plot.

The y-axis is a dimension field and cannot be aggregated.