Range Properties

Spotfire 14.3 API Reference

The Range type exposes the following members.

Properties

  NameDescription
Public propertyHigh
Gets the high limit of the range.
Public propertyIsEmptyRange
Gets a value indicating whether the range is empty or not.True Returns true if the range is an empty (point) interval.
Public propertyIsUnitRange
Gets a value indicating whether the range is a unit range. Returns true if the range is a unit range [0, 1].
Public propertyIsValidRange
Gets a value indicating whether the range is valid or not.
Public propertyLow
Gets the low limit of the range.
Public propertyMidpoint
Gets the mid-point of the range. Equal to (Low + High)/2.
Public propertyWidth
Gets the width of the range. Equal to High - Low.
Top
See Also

Reference