Interface CfnDashboard.BoxPlotStyleOptionsProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnDashboard.BoxPlotStyleOptionsProperty.Jsii$Proxy
- Enclosing class:
- CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.BoxPlotStyleOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The style options of the box plot.
 
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.*;
 BoxPlotStyleOptionsProperty boxPlotStyleOptionsProperty = BoxPlotStyleOptionsProperty.builder()
         .fillStyle("fillStyle")
         .build();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.BoxPlotStyleOptionsPropertystatic final classAn implementation forCfnDashboard.BoxPlotStyleOptionsProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getFillStyleThe fill styles (solid, transparent) of the box plot.
- 
builder
 
-