FittingModelCollection AddColumnValuesLine Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also