Interface CfnDashboard.TreeMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.TreeMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.TreeMapConfigurationPropertystatic final classAn implementation forCfnDashboard.TreeMapConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe label options (label text, label visibility) for the colors displayed in a tree map.default ObjectThe color options (gradient color, point of divergence) of a tree map.default ObjectThe options that determine if visual data labels are displayed.default ObjectThe field wells of the visual.default ObjectThe label options (label text, label visibility) of the groups that are displayed in a tree map.default ObjectThe general visual interactions setup for a visual.default ObjectThe legend display setup of the visual.default ObjectThe label options (label text, label visibility) of the sizes that are displayed in a tree map.default ObjectThe sort configuration of a tree map.default ObjectThe 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.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- See Also:
-
getColorScale
The color options (gradient color, point of divergence) of a tree map.Returns union: either
IResolvableorCfnDashboard.ColorScaleProperty- See Also:
-
getDataLabels
The options that determine if visual data labels are displayed.Returns union: either
IResolvableorCfnDashboard.DataLabelOptionsProperty- See Also:
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnDashboard.TreeMapFieldWellsProperty- See Also:
-
getGroupLabelOptions
The label options (label text, label visibility) of the groups that are displayed in a tree map.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboard.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnDashboard.LegendOptionsProperty- See Also:
-
getSizeLabelOptions
The label options (label text, label visibility) of the sizes that are displayed in a tree map.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a tree map.Returns union: either
IResolvableorCfnDashboard.TreeMapSortConfigurationProperty- See Also:
-
getTooltip
The tooltip display setup of the visual.Returns union: either
IResolvableorCfnDashboard.TooltipOptionsProperty- See Also:
-
builder
-