Interface CfnAnalysis.BarChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.BarChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
BarChartVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.BarChartConfigurationPropertystatic final classAn implementation forCfnAnalysis.BarChartConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringDetermines the arrangement of the bars.default ObjectThe label display options (grid line, range, scale, axis step) for bar chart category.default ObjectThe label options (label text, label visibility and sort icon visibility) for a bar chart.default ObjectThe label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.default ObjectThe contribution analysis (anomaly configuration) setup of the visual.default ObjectThe options that determine if visual data labels are displayed.default ObjectThe field wells of the visual.default ObjectThe general visual interactions setup for a visual.default ObjectThe legend display setup of the visual.default StringThe orientation of the bars in a bar chart visual.default ObjectThe reference line setup of the visual.default ObjectThe small multiples setup for the visual.default ObjectThe sort configuration of aBarChartVisual.default ObjectThe tooltip display setup of the visual.default ObjectThe label display options (grid line, range, scale, axis step) for a bar chart value.default ObjectThe label options (label text, label visibility and sort icon visibility) for a bar chart value.default ObjectThe 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.Returns union: either
IResolvableorCfnAnalysis.AxisDisplayOptionsProperty- See Also:
-
getCategoryLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getColorLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getContributionAnalysisDefaults
The contribution analysis (anomaly configuration) setup of the visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ContributionAnalysisDefaultProperty>- See Also:
-
getDataLabels
The options that determine if visual data labels are displayed.Returns union: either
IResolvableorCfnAnalysis.DataLabelOptionsProperty- See Also:
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnAnalysis.BarChartFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysis.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnAnalysis.LegendOptionsProperty- 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ReferenceLineProperty>- See Also:
-
getSmallMultiplesOptions
The small multiples setup for the visual.Returns union: either
IResolvableorCfnAnalysis.SmallMultiplesOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of aBarChartVisual.Returns union: either
IResolvableorCfnAnalysis.BarChartSortConfigurationProperty- See Also:
-
getTooltip
The tooltip display setup of the visual.Returns union: either
IResolvableorCfnAnalysis.TooltipOptionsProperty- See Also:
-
getValueAxis
The label display options (grid line, range, scale, axis step) for a bar chart value.Returns union: either
IResolvableorCfnAnalysis.AxisDisplayOptionsProperty- See Also:
-
getValueLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.Returns union: either
IResolvableorCfnAnalysis.VisualPaletteProperty- See Also:
-
builder
-