Interface CfnDashboard.IWaterfallChartColorConfigurationProperty
The color configuration of a waterfall visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWaterfallChartColorConfigurationProperty
Syntax (vb)
Public Interface IWaterfallChartColorConfigurationProperty
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 waterfallChartColorConfigurationProperty = new WaterfallChartColorConfigurationProperty {
GroupColorConfiguration = new WaterfallChartGroupColorConfigurationProperty {
NegativeBarColor = "negativeBarColor",
PositiveBarColor = "positiveBarColor",
TotalBarColor = "totalBarColor"
}
};
Synopsis
Properties
Group |
The color configuration for individual groups within a waterfall visual. |
Properties
GroupColorConfiguration
The color configuration for individual groups within a waterfall visual.
virtual object GroupColorConfiguration { get; }
Property Value
System.