interface WaterfallChartOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.WaterfallChartOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.WaterfallChartOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.WaterfallChartOptionsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const waterfallChartOptionsProperty: quicksight.CfnAnalysis.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
Java
Python
TypeScript