FittingModelCollectionAddColumnValuesLine Method TIBCO Spotfire 7.11 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: 30.0.11525.4184 (30.0.11525.4184)
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.9, 7.8, 7.7, 7.6, 7.5, 7.11, 7.10, 7.0
See Also

Reference