Interface CfnTemplate.IGaugeChartArcConditionalFormattingProperty
The options that determine the presentation of the arc of a GaugeChartVisual
.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGaugeChartArcConditionalFormattingProperty
Syntax (vb)
Public Interface 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.AWS.QuickSight;
var gaugeChartArcConditionalFormattingProperty = 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"
}
}
};
Synopsis
Properties
Foreground |
The conditional formatting of the arc foreground color. |
Properties
ForegroundColor
The conditional formatting of the arc foreground color.
virtual object ForegroundColor { get; }
Property Value
System.