Interface CfnAnalysis.SmallMultiplesAxisPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.SmallMultiplesAxisPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.SmallMultiplesAxisPropertiesProperty
static final class
An implementation forCfnAnalysis.SmallMultiplesAxisPropertiesProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPlacement
Defines the placement of the axis.By default, axes are rendered
OUTSIDE
of the panels. Axes withINDEPENDENT
scale are renderedINSIDE
the panels.- See Also:
-
getScale
Determines whether scale of the axes are shared or independent.The default value is
SHARED
.- See Also:
-
builder
-