Class CfnDashboardPropsMixin.GaugeChartArcConditionalFormattingProperty
The options that determine the presentation of the arc of a GaugeChartVisual .
Inherited Members
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
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 |
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
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
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IConditionalFormattingColorProperty