Range Properties TIBCO Spotfire 7.6 API Reference

The Range type exposes the following members.

Properties

  Name Description
Public property High
Gets the high limit of the range.
Public property IsEmptyRange
Gets a value indicating whether the range is empty or not.True Returns true if the range is an empty (point) interval.
Public property IsUnitRange
Gets a value indicating whether the range is a unit range. Returns true if the range is a unit range [0, 1].
Public property IsValidRange
Gets a value indicating whether the range is valid or not.
Public property Low
Gets the low limit of the range.
Public property Midpoint
Gets the mid-point of the range. Equal to (Low + High)/2.
Public property Width
Gets the width of the range. Equal to High - Low.
Top
See Also

Reference