Interface CfnDashboardPropsMixin.IPercentVisibleRangeProperty
The percent range in the visible range.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IPercentVisibleRangeProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins;
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.
double? From { get; }
Property Value
Remarks
To
The top bound of the range.
double? To { get; }