aws-cdk-lib.aws_quicksight.CfnDashboard.WaterfallChartOptionsProperty

interface WaterfallChartOptionsProperty

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

The options that determine the presentation of a waterfall visual.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const waterfallChartOptionsProperty: quicksight.CfnDashboard.WaterfallChartOptionsProperty = {
  totalBarLabel: 'totalBarLabel',
};

Properties

NameTypeDescription
totalBarLabel?stringThis option determines the total bar label of a waterfall visual.

totalBarLabel?

Type: string (optional)

This option determines the total bar label of a waterfall visual.