ReferenceLineFittingModel Properties

Spotfire 14.3 API Reference

The ReferenceLineFittingModel type exposes the following members.

Properties

  NameDescription
Public propertyAffectAxisRanges
Gets or sets a value indicating whether this reference line should affect the range of axes.
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyDataTableDetailItemsExpression
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 ReferenceDetailItemCollection will contain items corresponding to the columns specified by the expression.
Public propertyDataTableEnabled
Gets a value indicating whether this reference line uses a data table for looking up values.
Public propertyDataTableReference
Gets or sets the data table.
Public propertyEnabled
Gets or sets a value indicating whether this FittingModel is enabled.
(Inherited from FittingModel.)
Public propertyExpression
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)".
Public propertyIndividualFittingModes
The visualization features to calculate curves for. Features may be combined, which will result in one curve per combination.
(Inherited from FittingModel.)
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyIsHorizontal
Gets or sets a value indicating whether this reference line is horizontal or vertical. The Expression property will be updated to reflect the new variable.
Public propertyLine
Gets the curve that renders this reference line.
Public propertyManualUpdate
Gets or sets a value indicating whether to use manual updates.
(Inherited from FittingModel.)
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyTypeId
Gets the type identifier for this fitting model. The type identifiers for the built-in fitting models are defined in FittingModelTypeIdentifiers.
(Inherited from FittingModel.)
Public propertyUseAxisTransform
Gets or sets a value indicating whether to use the axis transform in calculations for this reference line.
Top
See Also

Reference