Class CfnAnalysisPropsMixin.GeospatialMapConfigurationProperty
The configuration of a GeospatialMapVisual .
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.GeospatialMapConfigurationProperty : CfnAnalysisPropsMixin.IGeospatialMapConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.GeospatialMapConfigurationProperty Implements CfnAnalysisPropsMixin.IGeospatialMapConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| GeospatialMapConfigurationProperty() | The configuration of 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 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. |
Constructors
GeospatialMapConfigurationProperty()
The configuration of a GeospatialMapVisual .
public GeospatialMapConfigurationProperty()
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 geospatial map.
public object? MapStyleOptions { get; set; }
Property Value
Remarks
PointStyleOptions
The point style options of the geospatial map.
public object? PointStyleOptions { get; set; }
Property Value
Remarks
Tooltip
The tooltip display setup of the visual.
public object? Tooltip { get; set; }
Property Value
Remarks
VisualPalette
The configuration of a GeospatialMapVisual .
public object? VisualPalette { get; set; }
Property Value
Remarks
WindowOptions
The window options of the geospatial map.
public object? WindowOptions { get; set; }