Show / Hide Table of Contents

Class CfnTemplate.AxisDisplayMinMaxRangeProperty

The minimum and maximum setup for an axis display range.

Inheritance
object
CfnTemplate.AxisDisplayMinMaxRangeProperty
Implements
CfnTemplate.IAxisDisplayMinMaxRangeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.AxisDisplayMinMaxRangeProperty : CfnTemplate.IAxisDisplayMinMaxRangeProperty
Syntax (vb)
Public Class CfnTemplate.AxisDisplayMinMaxRangeProperty Implements CfnTemplate.IAxisDisplayMinMaxRangeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-axisdisplayminmaxrange.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 axisDisplayMinMaxRangeProperty = new AxisDisplayMinMaxRangeProperty {
                 Maximum = 123,
                 Minimum = 123
             };

Synopsis

Constructors

AxisDisplayMinMaxRangeProperty()

The minimum and maximum setup for an axis display range.

Properties

Maximum

The maximum setup for an axis display range.

Minimum

The minimum setup for an axis display range.

Constructors

AxisDisplayMinMaxRangeProperty()

The minimum and maximum setup for an axis display range.

public AxisDisplayMinMaxRangeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-axisdisplayminmaxrange.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 axisDisplayMinMaxRangeProperty = new AxisDisplayMinMaxRangeProperty {
                 Maximum = 123,
                 Minimum = 123
             };

Properties

Maximum

The maximum setup for an axis display range.

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-axisdisplayminmaxrange.html#cfn-quicksight-template-axisdisplayminmaxrange-maximum

Minimum

The minimum setup for an axis display range.

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-axisdisplayminmaxrange.html#cfn-quicksight-template-axisdisplayminmaxrange-minimum

Implements

CfnTemplate.IAxisDisplayMinMaxRangeProperty
Back to top Generated by DocFX