Interface CfnTemplatePropsMixin.FunnelChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplatePropsMixin.FunnelChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplatePropsMixin
FunnelChartVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplatePropsMixin.FunnelChartConfigurationPropertystatic final classAn implementation forCfnTemplatePropsMixin.FunnelChartConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe label options of the categories that are displayed in aFunnelChartVisual.default ObjectThe options that determine the presentation of the data labels.default ObjectThe field well configuration of aFunnelChartVisual.default ObjectThe general visual interactions setup for a visual.default ObjectThe sort configuration of aFunnelChartVisual.default ObjectThe tooltip configuration of aFunnelChartVisual.default ObjectThe label options for the values that are displayed in aFunnelChartVisual.default ObjectThe visual palette configuration of aFunnelChartVisual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCategoryLabelOptions
The label options of the categories that are displayed in aFunnelChartVisual.Returns union: either
IResolvableorCfnTemplatePropsMixin.ChartAxisLabelOptionsProperty- See Also:
-
getDataLabelOptions
The options that determine the presentation of the data labels.Returns union: either
IResolvableorCfnTemplatePropsMixin.FunnelChartDataLabelOptionsProperty- See Also:
-
getFieldWells
The field well configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnTemplatePropsMixin.FunnelChartFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnTemplatePropsMixin.VisualInteractionOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnTemplatePropsMixin.FunnelChartSortConfigurationProperty- See Also:
-
getTooltip
The tooltip configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnTemplatePropsMixin.TooltipOptionsProperty- See Also:
-
getValueLabelOptions
The label options for the values that are displayed in aFunnelChartVisual.Returns union: either
IResolvableorCfnTemplatePropsMixin.ChartAxisLabelOptionsProperty- See Also:
-
getVisualPalette
The visual palette configuration of aFunnelChartVisual.Returns union: either
IResolvableorCfnTemplatePropsMixin.VisualPaletteProperty- See Also:
-
builder
-