ReferenceLineFittingModel Properties TIBCO Spotfire 7.6 API Reference

The ReferenceLineFittingModel type exposes the following members.

Properties

  Name Description
Public property AffectAxisRanges
Gets or sets a value indicating whether this reference line should affect the range of axes.
Public property Context
Gets the context of this node.
(Inherited from DocumentNode.)
Public property DataTableDetailItemsExpression
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 property DataTableEnabled
Gets a value indicating whether this reference line uses a data table for looking up values.
Public property DataTableReference
Gets or sets the data table.
Public property Enabled
Gets or sets a value indicating whether this FittingModel is enabled.
(Inherited from FittingModel.)
Public property Expression
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 property IndividualFittingModes
The visualization features to calculate curves for. Features may be combined, which will result in one curve per combination.
(Inherited from FittingModel.)
Public property IsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public property IsHorizontal
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 property Line
Gets the curve that renders this reference line.
Public property ManualUpdate
Gets or sets a value indicating whether to use manual updates.
(Inherited from FittingModel.)
Public property Transactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public property 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.)
Public property UseAxisTransform
Gets or sets a value indicating whether to use the axis transform in calculations for this reference line.
Top
See Also

Reference