interface WaterfallChartOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.WaterfallChartOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_WaterfallChartOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.WaterfallChartOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.WaterfallChartOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const waterfallChartOptionsProperty: quicksight.CfnTemplatePropsMixin.WaterfallChartOptionsProperty = {
totalBarLabel: 'totalBarLabel',
};
Properties
| Name | Type | Description |
|---|---|---|
| total | string | This 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.

.NET
Go
Java
Python
TypeScript