ReferenceLines Class TIBCO Spotfire 6.0 API Reference
Representation of the Reference Lines features of a plot.
Inheritance Hierarchy

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

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]
[ObsoleteAttribute("Use FittingModels instead.")]
[PersistenceVersionAttribute(2, 0)]
public sealed class ReferenceLines : DocumentNode
Remarks

To add a new ReferenceLine to a plot, call the AddNew(ScaleAxis, String) method on the Items collection.
See Also