Interface CfnDashboard.SmallMultiplesAxisPropertiesProperty

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

@Stability(Stable) public static interface CfnDashboard.SmallMultiplesAxisPropertiesProperty extends software.amazon.jsii.JsiiSerializable
Configures the properties of a chart's axes that are used by small multiples panels.

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.*;
 SmallMultiplesAxisPropertiesProperty smallMultiplesAxisPropertiesProperty = SmallMultiplesAxisPropertiesProperty.builder()
         .placement("placement")
         .scale("scale")
         .build();
 

See Also: