Interface CfnAnalysis.FunnelChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.FunnelChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.FunnelChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
FunnelChartVisual
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.FunnelChartConfigurationProperty
static final class
An implementation forCfnAnalysis.FunnelChartConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The label options of the categories that are displayed in aFunnelChartVisual
.default Object
The options that determine the presentation of the data labels.default Object
The field well configuration of aFunnelChartVisual
.default Object
The sort configuration of aFunnelChartVisual
.default Object
The tooltip configuration of aFunnelChartVisual
.default Object
The label options for the values that are displayed in aFunnelChartVisual
.default Object
The 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
.- See Also:
-
getDataLabelOptions
The options that determine the presentation of the data labels.- See Also:
-
getFieldWells
The field well configuration of aFunnelChartVisual
.- See Also:
-
getSortConfiguration
The sort configuration of aFunnelChartVisual
.- See Also:
-
getTooltip
The tooltip configuration of aFunnelChartVisual
.- See Also:
-
getValueLabelOptions
The label options for the values that are displayed in aFunnelChartVisual
.- See Also:
-
getVisualPalette
The visual palette configuration of aFunnelChartVisual
.- See Also:
-
builder
-