DetailItem Class TIBCO Spotfire 6.0 API Reference
Base class for detail items.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals DetailItem
        Spotfire.Dxp.Application.Visuals ExpressionDetailItem
        Spotfire.Dxp.Application.Visuals NamedDetailItem

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(8, 0)]
public abstract class DetailItem : DocumentNode
Remarks

Detail items are used to build the detail information displayed in tooltips for objects in plots. There are two kinds of detail items derived from this class. The first is NamedDetailItem which represents the built in details supplied by the various plots. The second one is ExpressionDetailItem which calculates detail information based on an expression.
See Also