Show / Hide Table of Contents

Interface CfnDashboard.IPercentVisibleRangeProperty

The percent range in the visible range.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-percentvisiblerange.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 percentVisibleRangeProperty = new PercentVisibleRangeProperty {
                 From = 123,
                 To = 123
             };

Synopsis

Properties

From

The lower bound of the range.

To

The top bound of the range.

Properties

From

The lower bound of the range.

double? From { get; }
Property Value

double?

Remarks

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

To

The top bound of the range.

double? To { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX