Show / Hide Table of Contents

Class CfnDashboard.VisibleRangeOptionsProperty

The range options for the data zoom scroll bar.

Inheritance
object
CfnDashboard.VisibleRangeOptionsProperty
Implements
CfnDashboard.IVisibleRangeOptionsProperty
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 CfnDashboard.VisibleRangeOptionsProperty : CfnDashboard.IVisibleRangeOptionsProperty
Syntax (vb)
Public Class CfnDashboard.VisibleRangeOptionsProperty Implements CfnDashboard.IVisibleRangeOptionsProperty
Remarks

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

Synopsis

Constructors

VisibleRangeOptionsProperty()

The range options for the data zoom scroll bar.

Properties

PercentRange

The percent range in the visible range.

Constructors

VisibleRangeOptionsProperty()

The range options for the data zoom scroll bar.

public VisibleRangeOptionsProperty()
Remarks

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

Properties

PercentRange

The percent range in the visible range.

public object? PercentRange { get; set; }
Property Value

object

Remarks

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

Implements

CfnDashboard.IVisibleRangeOptionsProperty
Back to top Generated by DocFX