Gets or sets the expression used to calculate the value to draw at
when line type is Expression.
Namespace: Spotfire.Dxp.Application.VisualsAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Property Value
Type: StringExceptions
Exception | Condition |
---|---|
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. |
Version Information
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
Obsolete (compiler warning) in 4.5
See Also