ReferenceLines Class TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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.
Version Information

Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also