Interface CfnAnalysis.IGeospatialMapConfigurationProperty
The configuration of a GeospatialMapVisual
.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGeospatialMapConfigurationProperty
Syntax (vb)
Public Interface IGeospatialMapConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
Field |
The field wells of the visual. |
Interactions | The general visual interactions setup for a visual. |
Legend | The legend display setup of the visual. |
Map |
The map style options of the geospatial map. |
Point |
The point style options of the geospatial map. |
Tooltip | The tooltip display setup of the visual. |
Visual |
|
Window |
The window options of the geospatial map. |
Properties
FieldWells
The field wells of the visual.
virtual object FieldWells { get; }
Property Value
System.
Remarks
Interactions
The general visual interactions setup for a visual.
virtual object Interactions { get; }
Property Value
System.
Remarks
Legend
The legend display setup of the visual.
virtual object Legend { get; }
Property Value
System.
Remarks
MapStyleOptions
The map style options of the geospatial map.
virtual object MapStyleOptions { get; }
Property Value
System.
Remarks
PointStyleOptions
The point style options of the geospatial map.
virtual object PointStyleOptions { get; }
Property Value
System.
Remarks
Tooltip
The tooltip display setup of the visual.
virtual object Tooltip { get; }
Property Value
System.
Remarks
VisualPalette
virtual object VisualPalette { get; }
Property Value
System.
Remarks
WindowOptions
The window options of the geospatial map.
virtual object WindowOptions { get; }
Property Value
System.