Interface CfnAnalysis.IFilledMapShapeConditionalFormattingProperty
The conditional formatting that determines the shape of the filled map.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFilledMapShapeConditionalFormattingProperty
Syntax (vb)
Public Interface IFilledMapShapeConditionalFormattingProperty
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 filledMapShapeConditionalFormattingProperty = new FilledMapShapeConditionalFormattingProperty {
FieldId = "fieldId",
// the properties below are optional
Format = new ShapeConditionalFormatProperty {
BackgroundColor = 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
Field |
The field ID of the filled map shape. |
Format | The conditional formatting that determines the background color of a filled map's shape. |
Properties
FieldId
The field ID of the filled map shape.
string FieldId { get; }
Property Value
System.
Remarks
Format
The conditional formatting that determines the background color of a filled map's shape.
virtual object Format { get; }
Property Value
System.