ColumnExpression CreateFromPlotExpression Method TIBCO Spotfire 6.0 API Reference
Parse a custom expression that can be used on plots and return a list of ColumnExpressions.

Namespace: Spotfire.Dxp.Data.Expressions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public static IList<ColumnExpression> CreateFromPlotExpression(
	string expression,
	DataManager dataManager
)

Parameters

expression
Type: System String
The plot expression to parse.
dataManager
Type: Spotfire.Dxp.Data DataManager
The data manager.

Return Value

Type: IList ColumnExpression 
A list of handles to the parsed expressions if it was not possible to parse the expression an empty list will be returned.
Exceptions

ExceptionCondition
System ArgumentExceptionThrown if the data manager is null.
See Also