Static
EqualsDetermines 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.
Readonly
ItemGets the element at the specified index.
Gets the context of this node.
Gets the number of elements contained in this instance.
Gets a value indicating whether this node is attached.
Gets or sets the label font metadata for lines and curves.
Gets the legend item.
Gets a collection of methods for executing transactions on the document.
Adds a line or multiline. The points of the line are defined from the values of a pair of columns.
The data table containing the columns
A column containing the x-values.
A column containing the y-values.
A Spotfire.Dxp.Application.Visuals.FittingModels.ColumnValuesLine fitting model.
Adds a curve. The curve is defined by the specified expression, for example "5.0*sin(x) + 2.5".
The expression defining the curve.
A Spotfire.Dxp.Application.Visuals.FittingModels.ReferenceCurveFittingModel.
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.
A Spotfire.Dxp.Application.Visuals.FittingModels.ReferenceCurveFittingModel.
Adds a Holt Winters forecast with default settings to the collection.
The newly added Spotfire.Dxp.Application.Visuals.FittingModels.ForecastHoltWintersFittingModel.
Adds a horizontal reference line. The position of the line is defined by the specified expression, for example "Avg(y)" or "1000.0".
The expression defining the position of the line.
A Spotfire.Dxp.Application.Visuals.FittingModels.ReferenceLineFittingModel.
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.
A Spotfire.Dxp.Application.Visuals.FittingModels.ReferenceLineFittingModel.
Adds a new fitting model of the specified type.
The type of the fitting model.
The newly created fitting model.
Adds a new fitting model. The type identifiers for the built-in fitting models are defined in Spotfire.Dxp.Application.Visuals.FittingModels.FittingModelTypeIdentifiers.
The type identifer of the fitting model.
The newly created fitting model.
Adds a new fitting model of the specified type.
Generic type argument
Adds a straight line that minimizes the sum-of-squares of the y-distances between the data and the line.
A Spotfire.Dxp.Application.Visuals.FittingModels.StraightLineFittingModel.
Adds a vertical reference line. The position of the line is defined by the expression, for example "Avg(x)" or "1000.0".
The expression defining the position of the line.
A Spotfire.Dxp.Application.Visuals.FittingModels.ReferenceLineFittingModel.
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.
A Spotfire.Dxp.Application.Visuals.FittingModels.ReferenceLineFittingModel.
Determines whether the specified value is in this collection.
The object to locate in this collection. The value can be null.
true if value is found in this collection; otherwise, false.
Returns an enumerator that iterates through this collection.
An System.Collections.Generic.IEnumerator for this collection.
Searches for the specified value and returns the zero-based index of the first occurrence within this collection.
The object to locate. The value can be null.
The zero-based index of the first occurrence of value within this collection, if found; otherwise, -1.
Removes the specified fitting model from this collection.
The fitting model to remove.
Copies the elements of the collection to a new array.
An array containing the elements.
Collection of FittingModels. Contains methods to add and remove FittingModels and Curves.
Since
2.0