aws-cdk-lib.aws_quicksight.CfnAnalysis.ComboChartAggregatedFieldWellsProperty

interface ComboChartAggregatedFieldWellsProperty

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

The aggregated field wells of a combo chart.

Example

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

Properties

NameTypeDescription
barValues?IResolvable | IResolvable | MeasureFieldProperty[]The aggregated BarValues field well of a combo chart.
category?IResolvable | IResolvable | DimensionFieldProperty[]The aggregated category field wells of a combo chart.
colors?IResolvable | IResolvable | DimensionFieldProperty[]The aggregated colors field well of a combo chart.
lineValues?IResolvable | IResolvable | MeasureFieldProperty[]The aggregated LineValues field well of a combo chart.

barValues?

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

The aggregated BarValues field well of a combo chart.


category?

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

The aggregated category field wells of a combo chart.


colors?

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

The aggregated colors field well of a combo chart.


lineValues?

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

The aggregated LineValues field well of a combo chart.