StackMode Enumeration TIBCO Spotfire 6.0 API Reference
Enum controlling stacking in visualizations.

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

[PersistenceVersionAttribute(6, 0)]
public enum StackMode
Members

  Member nameValueDescription
None0 No stacking.
Stack1 Stack elements on top of each other.
Stack100Percent2 Stack elements on top of each other using a relative scale.
See Also