FittingModelCollection AddColumnValuesLine Method TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
Syntax

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

Return Value

Type: ColumnValuesLine
A ColumnValuesLine fitting model.
Exceptions

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

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also