Initializes a new instance of the HierarchyDefinition class.
Create a new hierarchy definition.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
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
Exception | Condition |
---|---|
System ArgumentException | Thrown if the column expressions are not valid. |
Version Information
See Also