Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-conditionalformattinggradientcolor.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.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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-conditionalformattinggradientcolor.html#cfn-quicksight-analysis-conditionalformattinggradientcolor-color

Type union: either IResolvable or CfnAnalysisPropsMixin.IGradientColorProperty

Expression

The expression that determines the formatting configuration for gradient color.

string? Expression { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-conditionalformattinggradientcolor.html#cfn-quicksight-analysis-conditionalformattinggradientcolor-expression

Back to top Generated by DocFX