Show / Hide Table of Contents

Interface CfnDashboard.IYAxisOptionsProperty

The options that are available for a single Y axis in a chart.

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

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

Synopsis

Properties

YAxis

The Y axis type to be used in the chart.

Properties

YAxis

The Y axis type to be used in the chart.

string YAxis { get; }
Property Value

string

Remarks

If you choose PRIMARY_Y_AXIS , the primary Y Axis is located on the leftmost vertical axis of the chart.

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

Back to top Generated by DocFX