Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.AxisLinearScaleProperty

The liner axis scale setup.

Inheritance
object
CfnAnalysisPropsMixin.AxisLinearScaleProperty
Implements
CfnAnalysisPropsMixin.IAxisLinearScaleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.AxisLinearScaleProperty : CfnAnalysisPropsMixin.IAxisLinearScaleProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.AxisLinearScaleProperty Implements CfnAnalysisPropsMixin.IAxisLinearScaleProperty
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-axislinearscale.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var axisLinearScaleProperty = new AxisLinearScaleProperty {
                 StepCount = 123,
                 StepSize = 123
             };

Synopsis

Constructors

AxisLinearScaleProperty()

The liner axis scale setup.

Properties

StepCount

The step count setup of a linear axis.

StepSize

The step size setup of a linear axis.

Constructors

AxisLinearScaleProperty()

The liner axis scale setup.

public AxisLinearScaleProperty()
Remarks

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-axislinearscale.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var axisLinearScaleProperty = new AxisLinearScaleProperty {
                 StepCount = 123,
                 StepSize = 123
             };

Properties

StepCount

The step count setup of a linear axis.

public double? StepCount { get; set; }
Property Value

double?

Remarks

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

StepSize

The step size setup of a linear axis.

public double? StepSize { get; set; }
Property Value

double?

Remarks

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

Implements

CfnAnalysisPropsMixin.IAxisLinearScaleProperty
Back to top Generated by DocFX