interface BoxPlotChartConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.BoxPlotChartConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_BoxPlotChartConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.BoxPlotChartConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.BoxPlotChartConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » BoxPlotChartConfigurationProperty |
The configuration of a BoxPlotVisual .
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| box | IResolvable | Box | The box plot chart options for a box plot visual. |
| category | IResolvable | Axis | The label display options (grid line, range, scale, axis step) of a box plot category. |
| category | IResolvable | Chart | The label options (label text, label visibility and sort Icon visibility) of a box plot category. |
| field | IResolvable | Box | The field wells of the visual. |
| interactions? | IResolvable | Visual | The general visual interactions setup for a visual. |
| legend? | IResolvable | Legend | |
| primary | IResolvable | Axis | The label display options (grid line, range, scale, axis step) of a box plot category. |
| primary | IResolvable | Chart | The label options (label text, label visibility and sort icon visibility) of a box plot value. |
| reference | IResolvable | (IResolvable | Reference)[] | The reference line setup of the visual. |
| sort | IResolvable | Box | The sort configuration of a BoxPlotVisual . |
| tooltip? | IResolvable | Tooltip | The tooltip display setup of the visual. |
| visual | IResolvable | Visual | The palette (chart color) display setup of the visual. |
boxPlotOptions?
Type:
IResolvable | Box
(optional)
The box plot chart options for a box plot visual.
categoryAxis?
Type:
IResolvable | Axis
(optional)
The label display options (grid line, range, scale, axis step) of a box plot category.
categoryLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
fieldWells?
Type:
IResolvable | Box
(optional)
The field wells of the visual.
interactions?
Type:
IResolvable | Visual
(optional)
The general visual interactions setup for a visual.
legend?
Type:
IResolvable | Legend
(optional)
primaryYAxisDisplayOptions?
Type:
IResolvable | Axis
(optional)
The label display options (grid line, range, scale, axis step) of a box plot category.
primaryYAxisLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options (label text, label visibility and sort icon visibility) of a box plot value.
referenceLines?
Type:
IResolvable | (IResolvable | Reference)[]
(optional)
The reference line setup of the visual.
sortConfiguration?
Type:
IResolvable | Box
(optional)
The sort configuration of a BoxPlotVisual .
tooltip?
Type:
IResolvable | Tooltip
(optional)
The tooltip display setup of the visual.
visualPalette?
Type:
IResolvable | Visual
(optional)
The palette (chart color) display setup of the visual.

.NET
Go
Java
Python
TypeScript