ReferenceLineFittingModelExpression Property TIBCO Spotfire 7.6 API Reference
Gets or sets the expression used to calculate the value to draw at. This may also be a constant value. For a horizontal line, for example use "Avg(Y)". For a vertical line, for example use "Avg(X)".

Namespace: Spotfire.Dxp.Application.Visuals.FittingModels
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public string Expression { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentNullException Thrown if this property is set to null.
ArgumentException Thrown if this property is set to an empty expression.
ExpressionException Thrown if this property is set to an invalid expression, for example, it does not use an aggregation or the expression does not return a numeric result.
Remarks

The expression must evaluate to a single numeric value, thus an aggregation must be used when refering to an axis.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference