Interface CfnDashboard.IPercentVisibleRangeProperty
The percent range in the visible range.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPercentVisibleRangeProperty
Syntax (vb)
Public Interface IPercentVisibleRangeProperty
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 percentVisibleRangeProperty = new PercentVisibleRangeProperty {
From = 123,
To = 123
};
Synopsis
Properties
From | The lower bound of the range. |
To | The top bound of the range. |
Properties
From
The lower bound of the range.
virtual Nullable<double> From { get; }
Property Value
System.
Remarks
To
The top bound of the range.
virtual Nullable<double> To { get; }
Property Value
System.