FittingModelCollection Methods TIBCO Spotfire 7.11 API Reference

The FittingModelCollection type exposes the following members.

Methods

  Name Description
Public method AddColumnValuesLine
Adds a line or multiline. The points of the line are defined from the values of a pair of columns.
Public method Code example AddCurve(String)
Adds a curve. The curve is defined by the specified expression, for example "5.0*sin(x) + 2.5".
Public method Code example AddCurve(DataTable, String)
Adds a curve. The curve is defined by the specified expression, for example "a + b*x", where a and b are columns in the specified data table.
Public method Code example AddForecastHoltWinters
Adds a Holt Winters forecast with default settings to the collection.
Public method Code example AddHorizontalLine(String)
Adds a horizontal reference line. The position of the line is defined by the specified expression, for example "Avg(y)" or "1000.0".
Public method Code example AddHorizontalLine(DataTable, String)
Adds a horizontal reference line. The position of the line is defined by the expression, for example "Avg(y)". The expression is evaluated using the columns in the specified data table.
Public method Code example AddNew(Type)
Adds a new fitting model of the specified type.
Public method Code example AddNew(TypeIdentifier)
Adds a new fitting model. The type identifiers for the built-in fitting models are defined in FittingModelTypeIdentifiers.
Public method Code example AddNewT
Adds a new fitting model of the specified type.
Public method AddStraightLineFit
Adds a straight line that minimizes the sum-of-squares of the y-distances between the data and the line.
Public method Code example AddVerticalLine(String)
Adds a vertical reference line. The position of the line is defined by the expression, for example "Avg(x)" or "1000.0".
Public method Code example AddVerticalLine(DataTable, String)
Adds a vertical reference line. The position of the line is defined by the expression which is evaluated using the columns in the specified data table.
Public method Clear
Removes all fitting models from this collection.
Public method Contains
Determines whether the specified value is in this collection.
(Inherited from DocumentNodeListBaseT.)
Public method GetEnumerator
Returns an enumerator that iterates through this collection.
(Inherited from DocumentNodeListBaseT.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Searches for the specified value and returns the zero-based index of the first occurrence within this collection.
(Inherited from DocumentNodeListBaseT.)
Public method Remove
Removes the specified fitting model from this collection.
Public method ToArray
Copies the elements of the collection to a new array.
(Inherited from DocumentNodeListBaseT.)
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from DocumentNodeListBaseT.)
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference