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