A reference point is used to visualize the results from a fitting model.
There are expressions defining the X and Y position of the point.
The expressions may reference the result variables defined by the fitting model.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.Visuals.FittingModelsReferencePoint
Namespace: Spotfire.Dxp.Application.Visuals.FittingModels
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(17, 0)] public sealed class ReferencePoint : DocumentNode
The ReferencePoint type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AffectAxisRanges |
Gets or sets a value indicating whether this reference point affects the axis ranges.
| |
| Color | Gets or sets the color by which this reference point is rendered.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| CustomDisplayName |
Gets or sets the custom name of this reference point.
| |
| Details | Gets the reference point detail collection.
The details are shown in tooltips or labels.
| |
| DisplayName |
Gets the display name of this reference point.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| IsBackground | Gets or sets a value controlling whether this reference point is
rendered behind other visual elements in the visualization.
| |
| MarkerShape |
Gets or sets the shape of this reference point.
| |
| Name |
Gets the name of this reference point.
| |
| Size | Gets or sets the size of this reference point.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| Visible | Gets or sets a value indicating whether this reference point is visible.
| |
| XExpression |
Gets the expression defining the horizontal position of this point.
| |
| YExpression |
Gets the expression defining the vertical position of this point.
|
Methods
| Name | Description | |
|---|---|---|
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
See Also