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 (26.2.0.1000)
Syntax
public void ConfigureBottomGrouping(
	OtherGroupBoundaryCategory boundaryCategory,
	Number boundary
)

Parameters

boundaryCategory  OtherGroupBoundaryCategory
The boundary category.
boundary  Number
The boundary.
See Also