Class CfnDashboard.VisibleRangeOptionsProperty
The range options for the data zoom scroll bar.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VisibleRangeOptionsProperty : Object, CfnDashboard.IVisibleRangeOptionsProperty
Syntax (vb)
Public Class VisibleRangeOptionsProperty
Inherits Object
Implements CfnDashboard.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.AWS.QuickSight;
var visibleRangeOptionsProperty = new VisibleRangeOptionsProperty {
PercentRange = new PercentVisibleRangeProperty {
From = 123,
To = 123
}
};
Synopsis
Constructors
Visible |
Properties
Percent |
The percent range in the visible range. |
Constructors
VisibleRangeOptionsProperty()
public VisibleRangeOptionsProperty()
Properties
PercentRange
The percent range in the visible range.
public object PercentRange { get; set; }
Property Value
System.