Interface CfnTemplate.TreeMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.TreeMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.TreeMapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a tree map.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.TreeMapConfigurationProperty
static final class
An implementation forCfnTemplate.TreeMapConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The label options (label text, label visibility) for the colors displayed in a tree map.default Object
The color options (gradient color, point of divergence) of a tree map.default Object
The options that determine if visual data labels are displayed.default Object
The field wells of the visual.default Object
The label options (label text, label visibility) of the groups that are displayed in a tree map.default Object
The legend display setup of the visual.default Object
The label options (label text, label visibility) of the sizes that are displayed in a tree map.default Object
The sort configuration of a tree map.default Object
The tooltip display setup of the visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColorLabelOptions
The label options (label text, label visibility) for the colors displayed in a tree map.- See Also:
-
getColorScale
The color options (gradient color, point of divergence) of a tree map.- See Also:
-
getDataLabels
The options that determine if visual data labels are displayed.- See Also:
-
getFieldWells
The field wells of the visual.- See Also:
-
getGroupLabelOptions
The label options (label text, label visibility) of the groups that are displayed in a tree map.- See Also:
-
getLegend
The legend display setup of the visual.- See Also:
-
getSizeLabelOptions
The label options (label text, label visibility) of the sizes that are displayed in a tree map.- See Also:
-
getSortConfiguration
The sort configuration of a tree map.- See Also:
-
getTooltip
The tooltip display setup of the visual.- See Also:
-
builder
-