NamedDetailItem Class TIBCO Spotfire 5.5 API Reference
A detail item that can be referenced by name.
Inheritance Hierarchy

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

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

[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public abstract class NamedDetailItem : DetailItem
Remarks

Detail items are used to build the detail information displayed in tooltips for objects in plots. This class is used by plots to expose the built-in details supplied by the plot. For intance, the name of the detail item that displays information about the x position of a marker is "X".
Version Information

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also