Interface CfnTemplate.BarChartVisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.BarChartVisualProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
The BarChartVisual structure describes a visual that is a member of the bar chart family. The following charts can be described using this structure:
- Horizontal bar chart
- Vertical bar chart
- Horizontal stacked bar chart
- Vertical stacked bar chart
- Horizontal stacked 100% bar chart
- Vertical stacked 100% bar chart
For more information, see Using bar charts in the Amazon Quick Suite User Guide .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.BarChartVisualPropertystatic final classAn implementation forCfnTemplate.BarChartVisualProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe list of custom actions that are configured for a visual.default ObjectThe configuration settings of the visual.default ObjectThe column hierarchy that is used during drill-downs and drill-ups.default ObjectThe subtitle that is displayed on the visual.default ObjectgetTitle()The title that is displayed on the visual.default StringThe alt text for the visual.The unique identifier of a visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVisualId
The unique identifier of a visual.This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- See Also:
-
getActions
The list of custom actions that are configured for a visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.VisualCustomActionProperty>- See Also:
-
getChartConfiguration
The configuration settings of the visual.Returns union: either
IResolvableorCfnTemplate.BarChartConfigurationProperty- See Also:
-
getColumnHierarchies
The column hierarchy that is used during drill-downs and drill-ups.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.ColumnHierarchyProperty>- See Also:
-
getSubtitle
The subtitle that is displayed on the visual.Returns union: either
IResolvableorCfnTemplate.VisualSubtitleLabelOptionsProperty- See Also:
-
getTitle
The title that is displayed on the visual.Returns union: either
IResolvableorCfnTemplate.VisualTitleLabelOptionsProperty- See Also:
-
getVisualContentAltText
The alt text for the visual.- See Also:
-
builder
-