Show / Hide Table of Contents

Interface CfnDashboard.IAxisDisplayMinMaxRangeProperty

The minimum and maximum setup for an axis display range.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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

Properties

Maximum

The maximum setup for an axis display range.

Minimum

The minimum setup for an axis display range.

Properties

Maximum

The maximum setup for an axis display range.

double? Maximum { get; }
Property Value

double?

Remarks

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

Minimum

The minimum setup for an axis display range.

double? Minimum { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX