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