Treemap Class TIBCO Spotfire 6.0 API Reference
Class representing a treemap.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals VisualContent
        Spotfire.Dxp.Application.Visuals Visualization
          Spotfire.Dxp.Application.Visuals TrellisVisualization
            Spotfire.Dxp.Application.Visuals Treemap

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

[SerializableAttribute]
[ToolContextAttribute]
[PersistenceVersionAttribute(5, 0)]
public sealed class Treemap : TrellisVisualization, 
	IColorRuleVisualization, IColorAxis
Remarks

Treemaps show hierarchical data in a set of nested rectangles. The size and color of the rectangles can be controlled via the SizeAxis and the ColorAxis. The HierarchyAxis is used to define the structure of the tree.
See Also