ReferenceLine Expression Property TIBCO Spotfire 6.0 API Reference
Gets or sets the expression used to calculate the value to draw at when line type is Expression.

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

[ObsoleteAttribute("Use FittingModels instead.")]
public string Expression { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
System ArgumentNullException this property is set to null .
System ArgumentException this property is set to an empty expression.
Spotfire.Dxp.Data.Exceptions ExpressionException this property is set to an expression that is not valid, for example it refers to an axis other than Axis or the expression does not return a numeric result.
See Also