HierarchyDefinition Constructor TIBCO Spotfire 6.0 API Reference
Initializes a new instance of the HierarchyDefinition class. Create a new hierarchy definition.

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

public HierarchyDefinition(
	HierarchyNestingMode nestingMode,
	IList<string> levelExpressions
)

Parameters

nestingMode
Type: Spotfire.Dxp.Data HierarchyNestingMode
The nesting mode.
levelExpressions
Type: System.Collections.Generic IList String 
The expressions for the levels in the hierarchy. This is the same syntax as calculated columns, see the ColumnExpression class for utility methods.
Exceptions

ExceptionCondition
System ArgumentExceptionThrown if the column expressions are not valid.
See Also