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)
Syntaxpublic enum OtherGroupCategory
Public Enumeration OtherGroupCategory
public enum class OtherGroupCategory
Members|
| Member name | Value | Description |
|---|
| None | 0 | The "Other" group is not configured. |
| Bottom | 1 | The "Other" group is based on the measure low values. |
| Middle | 2 | The "Other" group is based on the measure middle values. |
| Top | 3 | The "Other" group is based on the measure high values. |
See Also