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 IWaterfallChartGroupColorConfigurationProperty
Syntax (vb)
Public Interface IWaterfallChartGroupColorConfigurationProperty
Remarks
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
Negative |
Defines the color for the negative bars of a waterfall chart. |
Positive |
Defines the color for the positive bars of a waterfall chart. |
Total |
Defines the color for the total bars of a waterfall chart. |
Properties
NegativeBarColor
Defines the color for the negative bars of a waterfall chart.
virtual string NegativeBarColor { get; }
Property Value
System.
Remarks
PositiveBarColor
Defines the color for the positive bars of a waterfall chart.
virtual string PositiveBarColor { get; }
Property Value
System.
Remarks
TotalBarColor
Defines the color for the total bars of a waterfall chart.
virtual string TotalBarColor { get; }
Property Value
System.