FittingModelCollectionAddColumnValuesLine Method

TIBCO Spotfire 11.4 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: 51.0.16121.3915 (51.0.16121.3915)
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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference