RangeFilter ValueRange Property TIBCO Spotfire 6.0 API Reference
Gets or sets the value range for the filter.

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

public ValueRange ValueRange { get; set; }

Property Value

Type: ValueRange
A ValueRange that defines which values to be discarded by the filter. Defaults to the full range.

When set to an invalid range, this property defaults to the full range.

See Also