Interface CfnAnalysis.ISmallMultiplesAxisPropertiesProperty
Configures the properties of a chart's axes that are used by small multiples panels.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISmallMultiplesAxisPropertiesProperty
Syntax (vb)
Public Interface ISmallMultiplesAxisPropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var smallMultiplesAxisPropertiesProperty = new SmallMultiplesAxisPropertiesProperty {
Placement = "placement",
Scale = "scale"
};
Synopsis
Properties
Placement | Defines the placement of the axis. |
Scale | Determines whether scale of the axes are shared or independent. |
Properties
Placement
Defines the placement of the axis.
virtual string Placement { get; }
Property Value
System.
Remarks
By default, axes are rendered OUTSIDE
of the panels. Axes with INDEPENDENT
scale are rendered INSIDE
the panels.
Scale
Determines whether scale of the axes are shared or independent.
virtual string Scale { get; }
Property Value
System.