ColumnExpressionCreateFromPlotExpression Method TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

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

Parameters

expression
Type: SystemString
The plot expression to parse.
dataManager
Type: Spotfire.Dxp.DataDataManager
The data manager.

Return Value

Type: IListColumnExpression
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
ArgumentExceptionThrown if the data manager is null.
Version Information

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

Reference