aws-cdk-lib.aws_quicksight.CfnAnalysis.BoxPlotChartConfigurationProperty

interface BoxPlotChartConfigurationProperty

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

The configuration of a BoxPlotVisual .

Example

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

Properties

NameTypeDescription
boxPlotOptions?IResolvable | BoxPlotOptionsPropertyThe box plot chart options for a box plot visual.
categoryAxis?IResolvable | AxisDisplayOptionsPropertyThe label display options (grid line, range, scale, axis step) of a box plot category.
categoryLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options (label text, label visibility and sort Icon visibility) of a box plot category.
fieldWells?IResolvable | BoxPlotFieldWellsPropertyThe field wells of the visual.
legend?IResolvable | LegendOptionsPropertyCfnAnalysis.BoxPlotChartConfigurationProperty.Legend.
primaryYAxisDisplayOptions?IResolvable | AxisDisplayOptionsPropertyThe label display options (grid line, range, scale, axis step) of a box plot category.
primaryYAxisLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options (label text, label visibility and sort icon visibility) of a box plot value.
referenceLines?IResolvable | IResolvable | ReferenceLineProperty[]The reference line setup of the visual.
sortConfiguration?IResolvable | BoxPlotSortConfigurationPropertyThe sort configuration of a BoxPlotVisual .
tooltip?IResolvable | TooltipOptionsPropertyThe tooltip display setup of the visual.
visualPalette?IResolvable | VisualPalettePropertyThe palette (chart color) display setup of the visual.

boxPlotOptions?

Type: IResolvable | BoxPlotOptionsProperty (optional)

The box plot chart options for a box plot visual.


categoryAxis?

Type: IResolvable | AxisDisplayOptionsProperty (optional)

The label display options (grid line, range, scale, axis step) of a box plot category.


categoryLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options (label text, label visibility and sort Icon visibility) of a box plot category.


fieldWells?

Type: IResolvable | BoxPlotFieldWellsProperty (optional)

The field wells of the visual.


legend?

Type: IResolvable | LegendOptionsProperty (optional)

CfnAnalysis.BoxPlotChartConfigurationProperty.Legend.


primaryYAxisDisplayOptions?

Type: IResolvable | AxisDisplayOptionsProperty (optional)

The label display options (grid line, range, scale, axis step) of a box plot category.


primaryYAxisLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options (label text, label visibility and sort icon visibility) of a box plot value.


referenceLines?

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

The reference line setup of the visual.


sortConfiguration?

Type: IResolvable | BoxPlotSortConfigurationProperty (optional)

The sort configuration of a BoxPlotVisual .


tooltip?

Type: IResolvable | TooltipOptionsProperty (optional)

The tooltip display setup of the visual.


visualPalette?

Type: IResolvable | VisualPaletteProperty (optional)

The palette (chart color) display setup of the visual.