NamedDetailItem Class TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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: 7.0, 6.5, 6.0, 5.5, 5.0
See Also