Class CfnDashboardPropsMixin.FilledMapVisualProperty
A filled map.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.FilledMapVisualProperty : CfnDashboardPropsMixin.IFilledMapVisualProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.FilledMapVisualProperty Implements CfnDashboardPropsMixin.IFilledMapVisualProperty
Remarks
For more information, see Creating filled maps in the Amazon Quick Suite User Guide .
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| FilledMapVisualProperty() | A filled map. |
Properties
| Actions | The list of custom actions that are configured for a visual. |
| ChartConfiguration | The configuration settings of the visual. |
| ColumnHierarchies | The column hierarchy that is used during drill-downs and drill-ups. |
| ConditionalFormatting | The conditional formatting of a |
| Subtitle | The subtitle that is displayed on the visual. |
| Title | The title that is displayed on the visual. |
| VisualContentAltText | The alt text for the visual. |
| VisualId | The unique identifier of a visual. |
Constructors
FilledMapVisualProperty()
A filled map.
public FilledMapVisualProperty()
Remarks
For more information, see Creating filled maps in the Amazon Quick Suite User Guide .
ExampleMetadata: fixture=_generated
Properties
Actions
The list of custom actions that are configured for a visual.
public object? Actions { get; set; }
Property Value
Remarks
ChartConfiguration
The configuration settings of the visual.
public object? ChartConfiguration { get; set; }
Property Value
Remarks
ColumnHierarchies
The column hierarchy that is used during drill-downs and drill-ups.
public object? ColumnHierarchies { get; set; }
Property Value
Remarks
ConditionalFormatting
The conditional formatting of a FilledMapVisual .
public object? ConditionalFormatting { get; set; }
Property Value
Remarks
Subtitle
The subtitle that is displayed on the visual.
public object? Subtitle { get; set; }
Property Value
Remarks
Title
The title that is displayed on the visual.
public object? Title { get; set; }
Property Value
Remarks
VisualContentAltText
The alt text for the visual.
public string? VisualContentAltText { get; set; }
Property Value
Remarks
VisualId
The unique identifier of a visual.
public string? VisualId { get; set; }
Property Value
Remarks
This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..