AlignmentAxis Enumeration

The functions supported alignment axis.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public enum AlignmentAxis
Members
  Member nameValueDescription
None0The preferred alignment axis is not set.
RecordNumber1The preferred alignment axis is simply based on the data record number.
Hierarchy2The preferred alignment axis is a user selected hierarchy.
HierarchyGroup3The specified axis hierarchies are used to group data, resulting in the formula being applied once for each value of the group.
See Also