interface VisibleRangeOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.VisibleRangeOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.VisibleRangeOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.VisibleRangeOptionsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » VisibleRangeOptionsProperty |
The range options for the data zoom scroll bar.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const visibleRangeOptionsProperty: quicksight.CfnAnalysis.VisibleRangeOptionsProperty = {
percentRange: {
from: 123,
to: 123,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| percent | IResolvable | Percent | The percent range in the visible range. |
percentRange?
Type:
IResolvable | Percent
(optional)
The percent range in the visible range.

.NET
Java
Python
TypeScript