OtherGroupBoundaryCategory Enumeration

Enumeration used to indicate the type of boundary configured for a MetricSet "Other" group of values analysis.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public enum OtherGroupBoundaryCategory
Members
  Member nameValueDescription
None0The boundary category is not defined.
FixedValue1The data point values are compared against the specified value.
TotalsPercentage2The data point values are compared against a percentage of the measure total.
Positional3The data point values are compared against a dynamic value, so calculated as to allow a specific number of data points to be displayed.
See Also