Interface CfnAnalysis.WaterfallChartOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.WaterfallChartOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.WaterfallChartOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The options that determine the presentation of a waterfall visual.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; WaterfallChartOptionsProperty waterfallChartOptionsProperty = WaterfallChartOptionsProperty.builder() .totalBarLabel("totalBarLabel") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.WaterfallChartOptionsProperty
static final class
An implementation forCfnAnalysis.WaterfallChartOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTotalBarLabel
This option determines the total bar label of a waterfall visual.- See Also:
-
builder
-