PlacementPosition Enumeration

Enumeration for the placement position of an IAnalysisElement in a MetricSet.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum PlacementPosition
Members
  Member nameValueDescription
None0The placement position has not been set.
Measure1The element is a measure, by default placed on the columns axis.
Columns2The element is a hierarchy used on the columns axis.
Rows3The element is a hierarchy used on the rows axis.
Slicer4The element is a hierarchy used for filtering only.
See Also