Show / Hide Table of Contents

Class CfnAnalysis.PercentVisibleRangeProperty

The percent range in the visible range.

Inheritance
System.Object
CfnAnalysis.PercentVisibleRangeProperty
Implements
CfnAnalysis.IPercentVisibleRangeProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class PercentVisibleRangeProperty : Object, CfnAnalysis.IPercentVisibleRangeProperty
Syntax (vb)
Public Class PercentVisibleRangeProperty
    Inherits Object
    Implements CfnAnalysis.IPercentVisibleRangeProperty
Remarks

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

Constructors

PercentVisibleRangeProperty()

Properties

From

The lower bound of the range.

To

The top bound of the range.

Constructors

PercentVisibleRangeProperty()

public PercentVisibleRangeProperty()

Properties

From

The lower bound of the range.

public Nullable<double> From { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

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

To

The top bound of the range.

public Nullable<double> To { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

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

Implements

CfnAnalysis.IPercentVisibleRangeProperty
Back to top Generated by DocFX