OtherGroupCategory Enumeration

Enumeration used to define the various categories for grouping metric set data points.

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 OtherGroupCategory
Members
  Member nameValueDescription
None0The "Other" group is not configured.
Bottom1The "Other" group is based on the measure low values.
Middle2The "Other" group is based on the measure middle values.
Top3The "Other" group is based on the measure high values.
See Also