FittingModelCollection AddHorizontalLine Method TIBCO Spotfire 6.0 API Reference
Overload List

  Name Description
Public method AddHorizontalLine(String)
Adds a horizontal reference line. The position of the line is defined by the specified expression, for example "Avg(y)" or "1000.0".
Public method AddHorizontalLine(DataTable, String)
Adds a horizontal reference line. The position of the line is defined by the expression, for example "Avg(y)". The expression is evaluated using the columns in the specified data table.
Back to Top
See Also