Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets or sets an expression specifying which columns in the current data table to make available to labels and tooltips. When this property is set, the line's Spotfire.Dxp.Application.Visuals.FittingModels.ReferenceDetailItemCollection will contain items corresponding to the columns specified by the expression.
Gets a value indicating whether this reference line uses a data table for looking up values.
Specifying either Spotfire.Dxp.Application.Visuals.FittingModels.FittingModelTypeIdentifiers.ReferenceLineFromTableFittingModel or Spotfire.Dxp.Application.Visuals.FittingModels.FittingModelTypeIdentifiers.ReferenceLineFittingModel when the model is created sets this property to true and false, respectively.
Gets or sets the data table.
This property can only be set for a reference line that was created to use data tables. This is enabled by specifying Spotfire.Dxp.Application.Visuals.FittingModels.FittingModelTypeIdentifiers.ReferenceLineFromTableFittingModel when the model is created.
Gets or sets a value indicating whether this Spotfire.Dxp.Application.Visuals.FittingModels.FittingModel is enabled.
Gets or sets the expression used to calculate the value to draw at. This may also be a constant value. For a horizontal line, for example use "Avg(Y)". For a vertical line, for example use "Avg(X)".
The visualization features to calculate curves for. Features may be combined, which will result in one curve per combination.
Gets or sets a value indicating whether this reference line is horizontal or vertical. The Spotfire.Dxp.Application.Visuals.FittingModels.ReferenceLineFittingModel.Expression property will be updated to reflect the new variable.
Gets a collection of methods for executing transactions on the document.
Gets the type identifier for this fitting model. The type identifiers for the built-in fitting models are defined in Spotfire.Dxp.Application.Visuals.FittingModels.FittingModelTypeIdentifiers.
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
Forces an update of this fitting model. Only allowed if Spotfire.Dxp.Application.Visuals.FittingModels.FittingModel.ManualUpdate is set to true.
Represents a horizontal or vertical reference line.
Remark
This class cannot be inherited. See the Spotfire.Dxp.Application.Extension.CustomFittingModel class for creating custom fitting models.
Since
2.0