Show / Hide Table of Contents

Interface CfnDashboard.ISingleAxisOptionsProperty

The settings of a chart's single axis configuration.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.ISingleAxisOptionsProperty
Syntax (vb)
Public Interface CfnDashboard.ISingleAxisOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-singleaxisoptions.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 singleAxisOptionsProperty = new SingleAxisOptionsProperty {
                 YAxisOptions = new YAxisOptionsProperty {
                     YAxis = "yAxis"
                 }
             };

Synopsis

Properties

YAxisOptions

The Y axis options of a single axis configuration.

Properties

YAxisOptions

The Y axis options of a single axis configuration.

object? YAxisOptions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-singleaxisoptions.html#cfn-quicksight-dashboard-singleaxisoptions-yaxisoptions

Back to top Generated by DocFX