ReferenceLayer Class

Spotfire 14.8 API Reference
Represents a layer of reference elements.
Inheritance Hierarchy

SystemObject
  Node
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.Application.Visuals.LayersLayer
        Spotfire.Dxp.Application.Visuals.ReferenceElementsReferenceLayer

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

C#
[SerializableAttribute]
[PersistenceVersionAttribute(70, 0)]
public sealed class ReferenceLayer : Layer

The ReferenceLayer type exposes the following members.

Properties

  NameDescription
Public propertyBand
Gets the band reference element settings.
Public propertyBarSegmentHandling
Gets or sets a value specifying how reference elements are rendered on a BarChart or CombinationChart for different values of StackMode.
Public propertyBox
Gets the box reference element settings.
Public propertyColumnNameMatchTarget
Gets or sets a value that override the standard column name matching behavior to instead match on columns from this target axis.
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyDetails
Gets the details object for this layer, containing items that control tooltip settings.
Public propertyDisplayName
Gets the display name.
(Inherited from Layer.)
Public propertyEnabled
Gets or sets a value indicating whether this layer is enabled.
(Inherited from Layer.)
Public propertyEvaluationModes
Gets or sets the evaluation modes, describing which of the top level visualization axes that are used to group by.
Public propertyExpression
Gets or sets the expression.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyIsBackground
Gets or sets a value indicating whether to render this element in the background. That is, behind the data layer.
Public propertyLabel
Gets the label reference element settings.
Public propertyLegend
Gets the legend object for this layer.
Public propertyLegendItem
Gets the legend item object for this layer.
Public propertyLimitByMarking
Gets or sets a value indicating whether to limit the reference layer to the marked data.
Public propertyLine
Gets the line reference element settings.
Public propertyLineConnection
Gets the line connection reference element settings.
Public propertyMarker
Gets the marker reference element settings.
Public propertyName
Gets or sets the name of this Layer instance. If set to a non-empty string, this name is used as the DisplayName of this instance.
(Inherited from Layer.)
Public propertyRelations
Gets the visualizationRelations.
Public propertySecondaryExpression
Gets or sets the secondary expression.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyTransparency
Gets or sets a value for the relative transparency. This value is always in the range [0, 1], where 0 is fully opaque and 1 is fully transparent.
Public propertyValueAxis
Gets or sets a value indicating which axis in the parent visualization that is the value axis.
Public propertyWidth
Gets or sets a value for the relative width. This value is always in the range [0, 100], where 100 is the full width of the categorical element and 0 means that the element is not visible.
Top
Methods

  NameDescription
Public methodForEachNodeInSubTreeTNode
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
(Inherited from DocumentNode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMoveTo
Moves this instance to the specified targetCollection. This Layer is removed from the LayerCollection where is currently resides and placed last in the targetCollection.
(Inherited from Layer.)
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
Version Information

Supported in: 14.8, 14.7, 14.6
See Also

Reference