Show / Hide Table of Contents

Class CfnTemplate.GaugeChartConditionalFormattingOptionProperty

Conditional formatting options of a GaugeChartVisual .

Inheritance
object
CfnTemplate.GaugeChartConditionalFormattingOptionProperty
Implements
CfnTemplate.IGaugeChartConditionalFormattingOptionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.GaugeChartConditionalFormattingOptionProperty : CfnTemplate.IGaugeChartConditionalFormattingOptionProperty
Syntax (vb)
Public Class CfnTemplate.GaugeChartConditionalFormattingOptionProperty Implements CfnTemplate.IGaugeChartConditionalFormattingOptionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gaugechartconditionalformattingoption.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 gaugeChartConditionalFormattingOptionProperty = new GaugeChartConditionalFormattingOptionProperty {
                 Arc = new GaugeChartArcConditionalFormattingProperty {
                     ForegroundColor = new ConditionalFormattingColorProperty {
                         Gradient = new ConditionalFormattingGradientColorProperty {
                             Color = new GradientColorProperty {
                                 Stops = new [] { new GradientStopProperty {
                                     GradientOffset = 123,

                                     // the properties below are optional
                                     Color = "color",
                                     DataValue = 123
                                 } }
                             },
                             Expression = "expression"
                         },
                         Solid = new ConditionalFormattingSolidColorProperty {
                             Expression = "expression",

                             // the properties below are optional
                             Color = "color"
                         }
                     }
                 },
                 PrimaryValue = new GaugeChartPrimaryValueConditionalFormattingProperty {
                     Icon = new ConditionalFormattingIconProperty {
                         CustomCondition = new ConditionalFormattingCustomIconConditionProperty {
                             Expression = "expression",
                             IconOptions = new ConditionalFormattingCustomIconOptionsProperty {
                                 Icon = "icon",
                                 UnicodeIcon = "unicodeIcon"
                             },

                             // the properties below are optional
                             Color = "color",
                             DisplayConfiguration = new ConditionalFormattingIconDisplayConfigurationProperty {
                                 IconDisplayOption = "iconDisplayOption"
                             }
                         },
                         IconSet = new ConditionalFormattingIconSetProperty {
                             Expression = "expression",

                             // the properties below are optional
                             IconSetType = "iconSetType"
                         }
                     },
                     TextColor = new ConditionalFormattingColorProperty {
                         Gradient = new ConditionalFormattingGradientColorProperty {
                             Color = new GradientColorProperty {
                                 Stops = new [] { new GradientStopProperty {
                                     GradientOffset = 123,

                                     // the properties below are optional
                                     Color = "color",
                                     DataValue = 123
                                 } }
                             },
                             Expression = "expression"
                         },
                         Solid = new ConditionalFormattingSolidColorProperty {
                             Expression = "expression",

                             // the properties below are optional
                             Color = "color"
                         }
                     }
                 }
             };

Synopsis

Constructors

GaugeChartConditionalFormattingOptionProperty()

Conditional formatting options of a GaugeChartVisual .

Properties

Arc

The options that determine the presentation of the arc of a GaugeChartVisual .

PrimaryValue

The conditional formatting for the primary value of a GaugeChartVisual .

Constructors

GaugeChartConditionalFormattingOptionProperty()

Conditional formatting options of a GaugeChartVisual .

public GaugeChartConditionalFormattingOptionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gaugechartconditionalformattingoption.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 gaugeChartConditionalFormattingOptionProperty = new GaugeChartConditionalFormattingOptionProperty {
                 Arc = new GaugeChartArcConditionalFormattingProperty {
                     ForegroundColor = new ConditionalFormattingColorProperty {
                         Gradient = new ConditionalFormattingGradientColorProperty {
                             Color = new GradientColorProperty {
                                 Stops = new [] { new GradientStopProperty {
                                     GradientOffset = 123,

                                     // the properties below are optional
                                     Color = "color",
                                     DataValue = 123
                                 } }
                             },
                             Expression = "expression"
                         },
                         Solid = new ConditionalFormattingSolidColorProperty {
                             Expression = "expression",

                             // the properties below are optional
                             Color = "color"
                         }
                     }
                 },
                 PrimaryValue = new GaugeChartPrimaryValueConditionalFormattingProperty {
                     Icon = new ConditionalFormattingIconProperty {
                         CustomCondition = new ConditionalFormattingCustomIconConditionProperty {
                             Expression = "expression",
                             IconOptions = new ConditionalFormattingCustomIconOptionsProperty {
                                 Icon = "icon",
                                 UnicodeIcon = "unicodeIcon"
                             },

                             // the properties below are optional
                             Color = "color",
                             DisplayConfiguration = new ConditionalFormattingIconDisplayConfigurationProperty {
                                 IconDisplayOption = "iconDisplayOption"
                             }
                         },
                         IconSet = new ConditionalFormattingIconSetProperty {
                             Expression = "expression",

                             // the properties below are optional
                             IconSetType = "iconSetType"
                         }
                     },
                     TextColor = new ConditionalFormattingColorProperty {
                         Gradient = new ConditionalFormattingGradientColorProperty {
                             Color = new GradientColorProperty {
                                 Stops = new [] { new GradientStopProperty {
                                     GradientOffset = 123,

                                     // the properties below are optional
                                     Color = "color",
                                     DataValue = 123
                                 } }
                             },
                             Expression = "expression"
                         },
                         Solid = new ConditionalFormattingSolidColorProperty {
                             Expression = "expression",

                             // the properties below are optional
                             Color = "color"
                         }
                     }
                 }
             };

Properties

Arc

The options that determine the presentation of the arc of a GaugeChartVisual .

public object? Arc { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gaugechartconditionalformattingoption.html#cfn-quicksight-template-gaugechartconditionalformattingoption-arc

PrimaryValue

The conditional formatting for the primary value of a GaugeChartVisual .

public object? PrimaryValue { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gaugechartconditionalformattingoption.html#cfn-quicksight-template-gaugechartconditionalformattingoption-primaryvalue

Implements

CfnTemplate.IGaugeChartConditionalFormattingOptionProperty
Back to top Generated by DocFX