Legend Class TIBCO Spotfire 5.5 API Reference
Representation of a plot legend. The legend is a key to the features (that is, symbols or pictures) used in the plot.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals Legend

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(9, 0)]
public sealed class Legend : DocumentNode, 
	ILegendService
Remarks

Each legend contains a series of Legend Items, each of which describes a feature.

A Legend can be turned on/off by setting the Visible property. A Legend that is turned off can be shown as a popover when requested.

Version Information

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