Show / Hide Table of Contents

Interface CfnDashboard.IWaterfallChartGroupColorConfigurationProperty

The color configuration for individual groups within a waterfall visual.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-waterfallchartgroupcolorconfiguration.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 waterfallChartGroupColorConfigurationProperty = new WaterfallChartGroupColorConfigurationProperty {
                 NegativeBarColor = "negativeBarColor",
                 PositiveBarColor = "positiveBarColor",
                 TotalBarColor = "totalBarColor"
             };

Synopsis

Properties

NegativeBarColor

Defines the color for the negative bars of a waterfall chart.

PositiveBarColor

Defines the color for the positive bars of a waterfall chart.

TotalBarColor

Defines the color for the total bars of a waterfall chart.

Properties

NegativeBarColor

Defines the color for the negative bars of a waterfall chart.

string? NegativeBarColor { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-waterfallchartgroupcolorconfiguration.html#cfn-quicksight-dashboard-waterfallchartgroupcolorconfiguration-negativebarcolor

PositiveBarColor

Defines the color for the positive bars of a waterfall chart.

string? PositiveBarColor { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-waterfallchartgroupcolorconfiguration.html#cfn-quicksight-dashboard-waterfallchartgroupcolorconfiguration-positivebarcolor

TotalBarColor

Defines the color for the total bars of a waterfall chart.

string? TotalBarColor { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-waterfallchartgroupcolorconfiguration.html#cfn-quicksight-dashboard-waterfallchartgroupcolorconfiguration-totalbarcolor

Back to top Generated by DocFX