OtherGroupSettingsConfigureTopGrouping Method

Configures an "Other" set of data points that groups together the records with higher values.

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 void ConfigureTopGrouping(
	OtherGroupBoundaryCategory boundaryCategory,
	Number boundary
)

Parameters

boundaryCategory
Type: Dundas.BI.Data.MetadataOtherGroupBoundaryCategory
The boundary category.
boundary
Type: Dundas.BINumber
The boundary.
See Also