Represents a computer of multilines from a pair of data columns.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.Visuals.FittingModelsFittingModel
Spotfire.Dxp.Application.Visuals.FittingModelsColumnValuesLine
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(6, 0)] public sealed class ColumnValuesLine : FittingModel
The ColumnValuesLine type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AffectAxisRanges |
Gets or sets a value indicating whether this reference curve affects the axis ranges.
| |
| BreakOnEmpty | Gets or sets a value indicating whether the line should be split at empty values.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DataTableReference | Gets or sets the data table.
| |
| Enabled |
Gets or sets a value indicating whether this FittingModel is enabled.
(Inherited from FittingModel.) | |
| IndividualFittingModes |
The visualization features to calculate curves for. Features may be combined,
which will result in one curve per combination.
(Inherited from FittingModel.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| LimitToMarking |
Gets or sets a value indicating whether the fitting model should only include marked data when fitting.
When true the active marking from the owning visual will limit the data used to perform the curve fit.
Note that for some fitting model that don't use the visualization data, this property has no effect.
(Inherited from FittingModel.) | |
| Line | Gets the ReferenceCurve representing the ColumnValuesLine.
| |
| ManualUpdate |
Gets or sets a value indicating whether to use manual updates.
(Inherited from FittingModel.) | |
| SortColumnReference | Gets or sets the optional column used to sort the x- and y-values
before conecting the points to a multiline.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| TypeId | Gets the type identifier for this fitting model. The type identifiers for the built-in fitting models are
defined in FittingModelTypeIdentifiers.
(Inherited from FittingModel.) | |
| XColumnReference | Gets or sets the column containing the x-values.
| |
| YColumnReference | Gets or sets the column containing the y-values.
|
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.) | |
| GetResultsDataSource | Gets the current results as a data source.
(Inherited from FittingModel.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update |
Forces an update of this fitting model. Only allowed if ManualUpdate is set to true.
(Inherited from FittingModel.) |
Explicit Interface Implementations
Version Information
See Also