Interface CfnDashboard.WaterfallChartOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.WaterfallChartOptionsProperty.Jsii$Proxy
- Enclosing class:
- CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.WaterfallChartOptionsProperty
static final class
An implementation forCfnDashboard.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. -
builder
-