Show / Hide Table of Contents

Interface CfnDashboard.IWaterfallChartColorConfigurationProperty

The color configuration of a waterfall visual.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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.AWS.QuickSight;

             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-dashboard-waterfallchartcolorconfiguration.html#cfn-quicksight-dashboard-waterfallchartcolorconfiguration-groupcolorconfiguration

Back to top Generated by DocFX