Reusable, curve-agnostic document node representing a single fit parameter
with a selectable CurveFitParameterMode and three editable expressions
(fixed value, lower bound, upper bound).
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.Visuals.FittingModelsCurveFitParameter
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(71, 0)] public sealed class CurveFitParameter : DocumentNode
The CurveFitParameter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| FixedExpression |
Gets or sets the fixed-value preprocessor expression. A null value is treated as the empty string.
| |
| FixedValue |
Gets the preprocessed value for FixedValue. Can be null if the expression is not valid.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| LowerBound |
Gets the preprocessed value for Lower bound. Can be null if the expression is not valid.
| |
| LowerBoundExpression |
Gets or sets the lower-bound preprocessor expression. A null value is treated as the empty string.
| |
| Mode |
Gets or sets the currently selected mode.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| UpperBound |
Gets the preprocessed value for Upper bound. Can be null if the expression is not valid.
| |
| UpperBoundExpression |
Gets or sets the upper-bound preprocessor expression. A null value is treated as the empty string.
|
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
Supported in: 15.0
See Also