aws-cdk-lib.aws_quicksight.CfnAnalysis.WaterfallChartConfigurationProperty

interface WaterfallChartConfigurationProperty

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

The configuration for a waterfall visual.

Example

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

Properties

NameTypeDescription
categoryAxisDisplayOptions?IResolvable | AxisDisplayOptionsPropertyThe options that determine the presentation of the category axis.
categoryAxisLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe options that determine the presentation of the category axis label.
dataLabels?IResolvable | DataLabelOptionsPropertyThe data label configuration of a waterfall visual.
fieldWells?IResolvable | WaterfallChartFieldWellsPropertyThe field well configuration of a waterfall visual.
legend?IResolvable | LegendOptionsPropertyThe legend configuration of a waterfall visual.
primaryYAxisDisplayOptions?IResolvable | AxisDisplayOptionsPropertyThe options that determine the presentation of the y-axis.
primaryYAxisLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe options that determine the presentation of the y-axis label.
sortConfiguration?IResolvable | WaterfallChartSortConfigurationPropertyThe sort configuration of a waterfall visual.
visualPalette?IResolvable | VisualPalettePropertyThe visual palette configuration of a waterfall visual.
waterfallChartOptions?IResolvable | WaterfallChartOptionsPropertyThe options that determine the presentation of a waterfall visual.

categoryAxisDisplayOptions?

Type: IResolvable | AxisDisplayOptionsProperty (optional)

The options that determine the presentation of the category axis.


categoryAxisLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The options that determine the presentation of the category axis label.


dataLabels?

Type: IResolvable | DataLabelOptionsProperty (optional)

The data label configuration of a waterfall visual.


fieldWells?

Type: IResolvable | WaterfallChartFieldWellsProperty (optional)

The field well configuration of a waterfall visual.


legend?

Type: IResolvable | LegendOptionsProperty (optional)

The legend configuration of a waterfall visual.


primaryYAxisDisplayOptions?

Type: IResolvable | AxisDisplayOptionsProperty (optional)

The options that determine the presentation of the y-axis.


primaryYAxisLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The options that determine the presentation of the y-axis label.


sortConfiguration?

Type: IResolvable | WaterfallChartSortConfigurationProperty (optional)

The sort configuration of a waterfall visual.


visualPalette?

Type: IResolvable | VisualPaletteProperty (optional)

The visual palette configuration of a waterfall visual.


waterfallChartOptions?

Type: IResolvable | WaterfallChartOptionsProperty (optional)

The options that determine the presentation of a waterfall visual.