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 (25.3.0.1000)
Syntaxpublic enum AlignmentAxis
Public Enumeration AlignmentAxis
public enum class AlignmentAxis
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | The preferred alignment axis is not set. | 
 | RecordNumber | 1 | The preferred alignment axis is simply based on the data record number. | 
 | Hierarchy | 2 | The preferred alignment axis is a user selected hierarchy. | 
 | HierarchyGroup | 3 | The specified axis hierarchies are used to group data, resulting in the formula being applied once for each value of the group. | 
See Also