CategoryMode Enumeration TIBCO Spotfire 7.6 API Reference
Enumeration controlling how a categorical axis responds to filtering.

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
[PersistenceVersionAttribute(8, 0)]
public enum CategoryMode
Members

  Member nameValueDescription
ShowAll0 Show all values.
ShowFiltered1 Show filtered values only. Categories that contain no data after filtering will be removed. Most axes have this as default.
ShowFilteredRange2 Show filtered range of values. Empty categories at the beginning and end of the scale will be removed. Empty categories in between categories with data are kept.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference