Interface CfnAnalysis.BarChartVisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.BarChartVisualProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.BarChartVisualProperty
extends software.amazon.jsii.JsiiSerializable
A bar chart.
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 QuickSight User Guide .
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.BarChartVisualProperty
static final class
An implementation forCfnAnalysis.BarChartVisualProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The list of custom actions that are configured for a visual.default Object
The configuration settings of the visual.default Object
The column hierarchy that is used during drill-downs and drill-ups.default Object
The subtitle that is displayed on the visual.default Object
getTitle()
The title that is displayed on 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.- See Also:
-
getChartConfiguration
The configuration settings of the visual.- See Also:
-
getColumnHierarchies
The column hierarchy that is used during drill-downs and drill-ups.- See Also:
-
getSubtitle
The subtitle that is displayed on the visual.- See Also:
-
getTitle
The title that is displayed on the visual.- See Also:
-
builder
-