interface BarChartAggregatedFieldWellsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.BarChartAggregatedFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_BarChartAggregatedFieldWellsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.BarChartAggregatedFieldWellsProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.BarChartAggregatedFieldWellsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » 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
Name | Type | Description |
---|---|---|
category? | IResolvable | IResolvable | Dimension [] | The category (y-axis) field well of a bar chart. |
colors? | IResolvable | IResolvable | Dimension [] | The color (group/color) field well of a bar chart. |
small | IResolvable | IResolvable | Dimension [] | The small multiples field well of a bar chart. |
values? | IResolvable | IResolvable | Measure [] | The value field wells of a bar chart. |
category?
Type:
IResolvable
|
IResolvable
|
Dimension
[]
(optional)
The category (y-axis) field well of a bar chart.
colors?
Type:
IResolvable
|
IResolvable
|
Dimension
[]
(optional)
The color (group/color) field well of a bar chart.
smallMultiples?
Type:
IResolvable
|
IResolvable
|
Dimension
[]
(optional)
The small multiples field well of a bar chart.
values?
Type:
IResolvable
|
IResolvable
|
Measure
[]
(optional)
The value field wells of a bar chart.
Values are aggregated by category.