NamedDetailItem Class TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
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".
See Also