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
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
Remarks
Type union: either IResolvable or CfnTemplatePropsMixin.IWaterfallChartGroupColorConfigurationProperty