aws-cdk-lib.aws_quicksight.CfnDashboard.BarChartAggregatedFieldWellsProperty

interface BarChartAggregatedFieldWellsProperty

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

The aggregated field wells of a bar chart.

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 (y-axis) field well of a bar chart.
colors?IResolvable | IResolvable | DimensionFieldProperty[]The color (group/color) field well of a bar chart.
smallMultiples?IResolvable | IResolvable | DimensionFieldProperty[]The small multiples field well of a bar chart.
values?IResolvable | IResolvable | MeasureFieldProperty[]The value field wells of a bar chart.

category?

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

The category (y-axis) field well of a bar chart.


colors?

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

The color (group/color) field well of a bar chart.


smallMultiples?

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

The small multiples field well of a bar chart.


values?

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

The value field wells of a bar chart.

Values are aggregated by category.