ValueRange Structure TIBCO Spotfire 6.5 API Reference
A ValueRange represents an interval in a scale containing values of arbitrary types. The range is defined by the properties High and Low.

Namespace: Spotfire.Dxp.Application.Filters
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public struct ValueRange : ISerializable
Remarks

Do not use the empty constructor of this struct to create new instances. Doing so will cause the range to be invalid.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also