interface WaterfallChartOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.WaterfallChartOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_WaterfallChartOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.WaterfallChartOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.WaterfallChartOptionsProperty |
![]() | 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
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.