Show / Hide Table of Contents

Interface CfnTemplate.IConditionalFormattingGradientColorProperty

Formatting configuration for gradient color.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IConditionalFormattingGradientColorProperty
Syntax (vb)
Public Interface CfnTemplate.IConditionalFormattingGradientColorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.AWS.QuickSight;

             var conditionalFormattingGradientColorProperty = new ConditionalFormattingGradientColorProperty {
                 Color = new GradientColorProperty {
                     Stops = new [] { new GradientStopProperty {
                         GradientOffset = 123,

                         // the properties below are optional
                         Color = "color",
                         DataValue = 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-template-conditionalformattinggradientcolor.html#cfn-quicksight-template-conditionalformattinggradientcolor-color

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-template-conditionalformattinggradientcolor.html#cfn-quicksight-template-conditionalformattinggradientcolor-expression

Back to top Generated by DocFX