Interface CfnAnalysis.BarChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.BarChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.BarChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
BarChartVisual
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.BarChartConfigurationProperty
static final class
An implementation forCfnAnalysis.BarChartConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
Determines the arrangement of the bars.default Object
The label display options (grid line, range, scale, axis step) for bar chart category.default Object
The label options (label text, label visibility and sort icon visibility) for a bar chart.default Object
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.default Object
The contribution analysis (anomaly configuration) setup of the visual.default Object
The options that determine if visual data labels are displayed.default Object
The field wells of the visual.default Object
The legend display setup of the visual.default String
The orientation of the bars in a bar chart visual.default Object
The reference line setup of the visual.default Object
The small multiples setup for the visual.default Object
The sort configuration of aBarChartVisual
.default Object
The tooltip display setup of the visual.default Object
The label display options (grid line, range, scale, axis step) for a bar chart value.default Object
The label options (label text, label visibility and sort icon visibility) for a bar chart value.default Object
The palette (chart color) display setup of the visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBarsArrangement
Determines the arrangement of the bars.The orientation and arrangement of bars determine the type of bar that is used in the visual.
- See Also:
-
getCategoryAxis
The label display options (grid line, range, scale, axis step) for bar chart category.- See Also:
-
getCategoryLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.- See Also:
-
getColorLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.- See Also:
-
getContributionAnalysisDefaults
The contribution analysis (anomaly configuration) setup of the visual.- See Also:
-
getDataLabels
The options that determine if visual data labels are displayed.- See Also:
-
getFieldWells
The field wells of the visual.- See Also:
-
getLegend
The legend display setup of the visual.- See Also:
-
getOrientation
The orientation of the bars in a bar chart visual. There are two valid values in this structure:.HORIZONTAL
: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.VERTICAL
: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
- See Also:
-
getReferenceLines
The reference line setup of the visual.- See Also:
-
getSmallMultiplesOptions
The small multiples setup for the visual.- See Also:
-
getSortConfiguration
The sort configuration of aBarChartVisual
.- See Also:
-
getTooltip
The tooltip display setup of the visual.- See Also:
-
getValueAxis
The label display options (grid line, range, scale, axis step) for a bar chart value.- See Also:
-
getValueLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.- See Also:
-
builder
-