Interface CfnAnalysisPropsMixin.IConditionalFormattingGradientColorProperty
Formatting configuration for gradient color.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IConditionalFormattingGradientColorProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IConditionalFormattingGradientColorProperty
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 conditionalFormattingGradientColorProperty = new ConditionalFormattingGradientColorProperty {
Color = new GradientColorProperty {
Stops = new [] { new GradientStopProperty {
Color = "color",
DataValue = 123,
GradientOffset = 123
} }
},
Expression = "expression"
};
Synopsis
Properties
| Color | Determines the color. |
| Expression | The expression that determines the formatting configuration for gradient color. |
Properties
Color
Determines the color.
object? Color { get; }
Property Value
Remarks
Expression
The expression that determines the formatting configuration for gradient color.
string? Expression { get; }