Interface CfnAnalysis.ComboChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.ComboChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
ComboChartVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.ComboChartConfigurationPropertystatic final classAn implementation forCfnAnalysis.ComboChartConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe options that determine if visual data labels are displayed.default StringDetermines the bar arrangement in a combo chart.default ObjectThe category axis of a combo chart.default ObjectThe label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.default ObjectThe label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.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 ObjectThe options that determine if visual data labels are displayed.default ObjectThe label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.default ObjectThe label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.default ObjectThe reference line setup of the visual.default ObjectThe label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.default ObjectThe label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.default ObjectReturns union: eitherIResolvableorCfnAnalysis.SingleAxisOptionsPropertydefault ObjectThe sort configuration of aComboChartVisual.default ObjectThe legend display setup of the visual.default ObjectThe palette (chart color) display setup of the visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBarDataLabels
The options that determine if visual data labels are displayed.The data label options for a bar in a combo chart.
Returns union: either
IResolvableorCfnAnalysis.DataLabelOptionsProperty- See Also:
-
getBarsArrangement
Determines the bar arrangement in a combo chart. The following are valid values in this structure:.CLUSTERED: For clustered bar combo charts.STACKED: For stacked bar combo charts.STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
- See Also:
-
getCategoryAxis
The category axis of a combo chart.Returns union: either
IResolvableorCfnAnalysis.AxisDisplayOptionsProperty- See Also:
-
getCategoryLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getColorLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnAnalysis.ComboChartFieldWellsProperty- 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:
-
getLineDataLabels
The options that determine if visual data labels are displayed.The data label options for a line in a combo chart.
Returns union: either
IResolvableorCfnAnalysis.DataLabelOptionsProperty- See Also:
-
getPrimaryYAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.Returns union: either
IResolvableorCfnAnalysis.AxisDisplayOptionsProperty- See Also:
-
getPrimaryYAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getReferenceLines
The reference line setup of the visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ReferenceLineProperty>- See Also:
-
getSecondaryYAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.Returns union: either
IResolvableorCfnAnalysis.AxisDisplayOptionsProperty- See Also:
-
getSecondaryYAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getSingleAxisOptions
Returns union: eitherIResolvableorCfnAnalysis.SingleAxisOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of aComboChartVisual.Returns union: either
IResolvableorCfnAnalysis.ComboChartSortConfigurationProperty- See Also:
-
getTooltip
The legend display setup of the visual.Returns union: either
IResolvableorCfnAnalysis.TooltipOptionsProperty- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.Returns union: either
IResolvableorCfnAnalysis.VisualPaletteProperty- See Also:
-
builder
-