Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IWaterfallChartColorConfigurationProperty

The color configuration of a waterfall visual.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IWaterfallChartColorConfigurationProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IWaterfallChartColorConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-waterfallchartcolorconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;

             var waterfallChartColorConfigurationProperty = new WaterfallChartColorConfigurationProperty {
                 GroupColorConfiguration = new WaterfallChartGroupColorConfigurationProperty {
                     NegativeBarColor = "negativeBarColor",
                     PositiveBarColor = "positiveBarColor",
                     TotalBarColor = "totalBarColor"
                 }
             };

Synopsis

Properties

GroupColorConfiguration

The color configuration for individual groups within a waterfall visual.

Properties

GroupColorConfiguration

The color configuration for individual groups within a waterfall visual.

object? GroupColorConfiguration { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-waterfallchartcolorconfiguration.html#cfn-quicksight-template-waterfallchartcolorconfiguration-groupcolorconfiguration

Type union: either IResolvable or CfnTemplatePropsMixin.IWaterfallChartGroupColorConfigurationProperty

Back to top Generated by DocFX