Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.VisibleRangeOptionsProperty

The range options for the data zoom scroll bar.

Inheritance
object
CfnAnalysisPropsMixin.VisibleRangeOptionsProperty
Implements
CfnAnalysisPropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.VisibleRangeOptionsProperty : CfnAnalysisPropsMixin.IVisibleRangeOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.VisibleRangeOptionsProperty Implements CfnAnalysisPropsMixin.IVisibleRangeOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.Mixins.Preview.AWS.QuickSight.Mixins;

             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-analysis-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.Mixins.Preview.AWS.QuickSight.Mixins;

             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-analysis-visiblerangeoptions.html#cfn-quicksight-analysis-visiblerangeoptions-percentrange

Type union: either IResolvable or CfnAnalysisPropsMixin.IPercentVisibleRangeProperty

Implements

CfnAnalysisPropsMixin.IVisibleRangeOptionsProperty
Back to top Generated by DocFX