ValueRange Structure TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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: 7.0, 6.5, 6.0, 5.5, 5.0
See Also