Show / Hide Table of Contents

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 CfnAnalysis.ISmallMultiplesAxisPropertiesProperty
Syntax (vb)
Public Interface CfnAnalysis.ISmallMultiplesAxisPropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-smallmultiplesaxisproperties.html

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.

string? Placement { get; }
Property Value

string

Remarks

By default, axes are rendered OUTSIDE of the panels. Axes with INDEPENDENT scale are rendered INSIDE the panels.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-smallmultiplesaxisproperties.html#cfn-quicksight-analysis-smallmultiplesaxisproperties-placement

Scale

Determines whether scale of the axes are shared or independent.

string? Scale { get; }
Property Value

string

Remarks

The default value is SHARED .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-smallmultiplesaxisproperties.html#cfn-quicksight-analysis-smallmultiplesaxisproperties-scale

Back to top Generated by DocFX