Class CfnAnalysisPropsMixin.VisibleRangeOptionsProperty
The range options for the data zoom scroll bar.
Inherited Members
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
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
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; }