FittingModelCollection AddCurve Method TIBCO Spotfire 6.0 API Reference
Overload List

  Name Description
Public method AddCurve(String)
Adds a curve. The curve is defined by the specified expression, for example "5.0*sin(x) + 2.5".
Public method AddCurve(DataTable, String)
Adds a curve. The curve is defined by the specified expression, for example "a + b*x", where a and b are columns in the specified data table.
Back to Top
See Also