ReferenceLine Class

Spotfire 14.2 API Reference

Note: This API is now obsolete.

Represents a Reference Line on an axis of a plot.
Inheritance Hierarchy

SystemObject
  Node
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.Application.VisualsReferenceLine

Namespace:  Spotfire.Dxp.Application.Visuals
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
[SerializableAttribute]
[ObsoleteAttribute("Use FittingModels instead.")]
[PersistenceVersionAttribute(3, 0)]
public sealed class ReferenceLine : DocumentNode

The ReferenceLine type exposes the following members.

Properties

  NameDescription
Public propertyAffectsAutoZoom Obsolete.
Gets or sets a value indicating whether this line affects the auto zoom functionality.
Public propertyAxisReference Obsolete.
Gets the axis this line is defined for.
Public propertyColor Obsolete.
Gets or sets the color by which this line is rendered.
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyDisplayName Obsolete.
Gets the display name for the line.
Public propertyExpression Obsolete.
Gets or sets the expression used to calculate the value to draw at when line type is Expression.
Public propertyFormatter Obsolete.
Gets or sets the formatter used for this line. This is property is null by default, meaning the line will find a suitable formatter automatically.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyIsBackground Obsolete.
Gets or sets a value controlling if this line is rendered behind other features in the plot.
Public propertyLabelDisplayMode Obsolete.
Gets or sets a value indicating how the label should be drawn for this line.
Public propertyLineStyle Obsolete.
Gets or sets the line style.
Public propertyShowLabel Obsolete.
Gets or sets a value indicating if a label should be drawn for this line.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyUseAxisTransform Obsolete.
Gets or sets a value indicating whether or not to use the axis transform in calculations for the reference line.
Public propertyWidth Obsolete.
Gets or sets the width of this line.
Public propertyVisible Obsolete.
Gets or sets a value indicating whether this line is visible.
Top
Methods

  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
Remarks

Objects of this class cannot be created using this class. Instead, the AddNew(ScaleAxis, String) method of the ReferenceLineCollection of the plot must be used.
Version Information

Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
Obsolete (compiler warning) in 12.5
Obsolete (compiler warning) in 12.4
Obsolete (compiler warning) in 12.3
Obsolete (compiler warning) in 12.2
Obsolete (compiler warning) in 12.1
Obsolete (compiler warning) in 12.0
Obsolete (compiler warning) in 11.8
Obsolete (compiler warning) in 11.7
Obsolete (compiler warning) in 11.6
Obsolete (compiler warning) in 11.5
Obsolete (compiler warning) in 11.4
See Also

Reference