Axis ShowAllCategories Property TIBCO Spotfire 6.0 API Reference
Gets or sets a value indicating whether to show all categories or not. This property only affects categorical axes where the categories are laid out spatially. If set to true, categories that are filtered out will still be visible.

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

[ObsoleteAttribute("Use CategoryMode instead")]
public bool ShowAllCategories { get; set; }

Property Value

Type: Boolean
true if all categories are to be shown; otherwise, false.
Remarks

This property has been superseeded by the CategoryMode property.
See Also