Class CfnAnalysis.FilledMapConfigurationProperty
The configuration for a FilledMapVisual
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.FilledMapConfigurationProperty : CfnAnalysis.IFilledMapConfigurationProperty
Syntax (vb)
Public Class CfnAnalysis.FilledMapConfigurationProperty Implements CfnAnalysis.IFilledMapConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
FilledMapConfigurationProperty() | The configuration for a |
Properties
FieldWells | The field wells of the visual. |
Interactions | The general visual interactions setup for a visual. |
Legend | The legend display setup of the visual. |
MapStyleOptions | The map style options of the filled map visual. |
SortConfiguration | The sort configuration of a |
Tooltip | The tooltip display setup of the visual. |
WindowOptions | The window options of the filled map visual. |
Constructors
FilledMapConfigurationProperty()
The configuration for a FilledMapVisual
.
public FilledMapConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
FieldWells
The field wells of the visual.
public object? FieldWells { get; set; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
public object? Interactions { get; set; }
Property Value
Remarks
Legend
The legend display setup of the visual.
public object? Legend { get; set; }
Property Value
Remarks
MapStyleOptions
The map style options of the filled map visual.
public object? MapStyleOptions { get; set; }
Property Value
Remarks
SortConfiguration
The sort configuration of a FilledMapVisual
.
public object? SortConfiguration { get; set; }
Property Value
Remarks
Tooltip
The tooltip display setup of the visual.
public object? Tooltip { get; set; }
Property Value
Remarks
WindowOptions
The window options of the filled map visual.
public object? WindowOptions { get; set; }