OtherGroupSettingsConfigureBottomGrouping Method  | 
 
            Configures an "Other" set of data points that groups together the records with lower values.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic void ConfigureBottomGrouping(
	OtherGroupBoundaryCategory boundaryCategory,
	Number boundary
)
Public Sub ConfigureBottomGrouping ( 
	boundaryCategory As OtherGroupBoundaryCategory,
	boundary As Number
)
public:
void ConfigureBottomGrouping(
	OtherGroupBoundaryCategory boundaryCategory, 
	Number boundary
)
member ConfigureBottomGrouping : 
        boundaryCategory : OtherGroupBoundaryCategory * 
        boundary : Number -> unit 
Parameters
- boundaryCategory
 - Type: Dundas.BI.Data.MetadataOtherGroupBoundaryCategory
The boundary category. - boundary
 - Type: Dundas.BINumber
The boundary. 
See Also