Interface CfnAnalysis.BoxPlotStyleOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnalysis.BoxPlotStyleOptionsProperty.Jsii$Proxy
Enclosing class:
CfnAnalysis

@Stability(Stable) public static interface CfnAnalysis.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();
 

See Also: