Open this page in the API Guide

OtherGroupSettings.ConfigureMiddleGrouping Method

Configures an "Other" set of data points that groups together the records within a middle range of values.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void ConfigureMiddleGrouping(
	OtherGroupBoundaryCategory lowerBoundaryCategory,
	Number lowerBoundary,
	OtherGroupBoundaryCategory upperBoundaryCategory,
	Number upperBoundary
)

Parameters

lowerBoundaryCategory
Type: Dundas.BI.Data.Metadata.OtherGroupBoundaryCategory
The lower boundary category.
lowerBoundary
Type: Dundas.BI.Number
The lower boundary.
upperBoundaryCategory
Type: Dundas.BI.Data.Metadata.OtherGroupBoundaryCategory
The upper boundary category.
upperBoundary
Type: Dundas.BI.Number
The upper boundary.
See Also