interface BoxPlotAggregatedFieldWellsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.BoxPlotAggregatedFieldWellsProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_BoxPlotAggregatedFieldWellsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.BoxPlotAggregatedFieldWellsProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.BoxPlotAggregatedFieldWellsProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnTemplate»BoxPlotAggregatedFieldWellsProperty | 
The aggregated field well for a box plot.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| group | IResolvable | (IResolvable | Dimension)[] | The group by field well of a box plot chart. | 
| values? | IResolvable | (IResolvable | Measure)[] | The value field well of a box plot chart. | 
groupBy?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
The group by field well of a box plot chart.
Values are grouped based on group by fields.
values?
Type:
IResolvable | (IResolvable | Measure)[]
(optional)
The value field well of a box plot chart.
Values are aggregated based on group by fields.
