TablePlotColumn Class TIBCO Spotfire 6.0 API Reference
A column in a TablePlot.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals TablePlotColumn
        Spotfire.Dxp.Application.Visuals TablePlotSortColumn
        Spotfire.Dxp.Application.Visuals TablePlotVisibleColumn

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]
[PersistenceVersionAttribute(4, 0)]
[ObsoleteAttribute("Use TableColumn or TableSortInfo instead depending on which concrete implementation class this matches.")]
public abstract class TablePlotColumn : DocumentNode
See Also