Enumeration controlling how a categorical axis responds to filtering.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[PersistenceVersionAttribute(8, 0)] public enum CategoryMode
Members
| Member name | Value | Description | |
|---|---|---|---|
| ShowAll | 0 | Show all values. | |
| ShowFiltered | 1 | Show filtered values only. Categories that contain no data after filtering will be removed. Most axes have this as default. | |
| ShowFilteredRange | 2 | 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
See Also