Parse a custom expression that can be used on plots and return a list of ColumnExpressions.
Namespace: Spotfire.Dxp.Data.ExpressionsAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- expression
- Type: System String
The plot expression to parse.
- dataManager
- Type: Spotfire.Dxp.Data DataManager
The data manager.
Return Value
Type: IList ColumnExpressionA list of handles to the parsed expressions if it was not possible to parse the expression an empty list will be returned.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Thrown if the data manager is null. |
Version Information
See Also