Interface CfnTemplate.SmallMultiplesAxisPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.SmallMultiplesAxisPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.SmallMultiplesAxisPropertiesPropertystatic final classAn implementation forCfnTemplate.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
OUTSIDEof the panels. Axes withINDEPENDENTscale are renderedINSIDEthe panels.- See Also:
-
getScale
Determines whether scale of the axes are shared or independent.The default value is
SHARED.- See Also:
-
builder
-