Show / Hide Table of Contents

Class CfnDashboardPropsMixin.GaugeChartArcConditionalFormattingProperty

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

Inheritance
object
CfnDashboardPropsMixin.GaugeChartArcConditionalFormattingProperty
Implements
CfnDashboardPropsMixin.IGaugeChartArcConditionalFormattingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.GaugeChartArcConditionalFormattingProperty : CfnDashboardPropsMixin.IGaugeChartArcConditionalFormattingProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.GaugeChartArcConditionalFormattingProperty Implements CfnDashboardPropsMixin.IGaugeChartArcConditionalFormattingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gaugechartarcconditionalformatting.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 gaugeChartArcConditionalFormattingProperty = new GaugeChartArcConditionalFormattingProperty {
                 ForegroundColor = new ConditionalFormattingColorProperty {
                     Gradient = new ConditionalFormattingGradientColorProperty {
                         Color = new GradientColorProperty {
                             Stops = new [] { new GradientStopProperty {
                                 Color = "color",
                                 DataValue = 123,
                                 GradientOffset = 123
                             } }
                         },
                         Expression = "expression"
                     },
                     Solid = new ConditionalFormattingSolidColorProperty {
                         Color = "color",
                         Expression = "expression"
                     }
                 }
             };

Synopsis

Constructors

GaugeChartArcConditionalFormattingProperty()

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

Properties

ForegroundColor

The conditional formatting of the arc foreground color.

Constructors

GaugeChartArcConditionalFormattingProperty()

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

public GaugeChartArcConditionalFormattingProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gaugechartarcconditionalformatting.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 gaugeChartArcConditionalFormattingProperty = new GaugeChartArcConditionalFormattingProperty {
                 ForegroundColor = new ConditionalFormattingColorProperty {
                     Gradient = new ConditionalFormattingGradientColorProperty {
                         Color = new GradientColorProperty {
                             Stops = new [] { new GradientStopProperty {
                                 Color = "color",
                                 DataValue = 123,
                                 GradientOffset = 123
                             } }
                         },
                         Expression = "expression"
                     },
                     Solid = new ConditionalFormattingSolidColorProperty {
                         Color = "color",
                         Expression = "expression"
                     }
                 }
             };

Properties

ForegroundColor

The conditional formatting of the arc foreground color.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gaugechartarcconditionalformatting.html#cfn-quicksight-dashboard-gaugechartarcconditionalformatting-foregroundcolor

Type union: either IResolvable or CfnDashboardPropsMixin.IConditionalFormattingColorProperty

Implements

CfnDashboardPropsMixin.IGaugeChartArcConditionalFormattingProperty
Back to top Generated by DocFX