OtherGroupSettings Class

Class used to model various properties for grouping metric set data points based on the values for a specified measure.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.MetricSetsOtherGroupSettings

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 class OtherGroupSettings

The OtherGroupSettings type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Gets or sets the category for the other group analysis.
Public propertyHierarchyUsageUniqueName
Gets the unique name for the target hierarchy for which the other group analysis is performed.
Public propertyLowerBoundary
Gets the group lower boundary comparison rule and value.
Public propertyMeasureUsageUniqueName
Gets the unique name for the measure element for which the other group analysis is performed.
Public propertyOtherGroupCaption
Gets or sets the other group caption.
Public propertyUpperBoundary
Gets the group upper boundary comparison rule and value.
Top
Methods
  NameDescription
Public methodConfigureBottomGrouping
Configures an "Other" set of data points that groups together the records with lower values.
Public methodConfigureMiddleGrouping
Configures an "Other" set of data points that groups together the records within a middle range of values.
Public methodConfigureTopGrouping
Configures an "Other" set of data points that groups together the records with higher values.
Top
See Also