FittingModelCollectionAddColumnValuesLine Method TIBCO Spotfire 7.6 API Reference
Adds a line or multiline. The points of the line are defined from the values of a pair of columns.

Namespace: Spotfire.Dxp.Application.Visuals.FittingModels
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public ColumnValuesLine AddColumnValuesLine(
	DataTable dataTable,
	DataColumn xValuesColumn,
	DataColumn yValuesColumn
)

Parameters

dataTable
Type: Spotfire.Dxp.DataDataTable
The data table containing the columns
xValuesColumn
Type: Spotfire.Dxp.DataDataColumn
A column containing the x-values.
yValuesColumn
Type: Spotfire.Dxp.DataDataColumn
A column containing the y-values.

Return Value

Type: ColumnValuesLine
A ColumnValuesLine fitting model.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if any of the arguments are null.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference