interface WaterfallChartOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.WaterfallChartOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_WaterfallChartOptionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.WaterfallChartOptionsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.WaterfallChartOptionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const waterfallChartOptionsProperty: quicksight_mixins.CfnDashboardPropsMixin.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