interface BoxPlotChartConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.BoxPlotChartConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_BoxPlotChartConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.BoxPlotChartConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.BoxPlotChartConfigurationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » 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. |
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.
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.