ValueRange Structure TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also