interface WaterfallChartColorConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.WaterfallChartColorConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_WaterfallChartColorConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.WaterfallChartColorConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.WaterfallChartColorConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » WaterfallChartColorConfigurationProperty |
The color configuration 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 waterfallChartColorConfigurationProperty: quicksight.CfnTemplate.WaterfallChartColorConfigurationProperty = {
groupColorConfiguration: {
negativeBarColor: 'negativeBarColor',
positiveBarColor: 'positiveBarColor',
totalBarColor: 'totalBarColor',
},
};
Properties
Name | Type | Description |
---|---|---|
group | IResolvable | Waterfall | The color configuration for individual groups within a waterfall visual. |
groupColorConfiguration?
Type:
IResolvable
|
Waterfall
(optional)
The color configuration for individual groups within a waterfall visual.