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
)
Public Sub ConfigureTopGrouping (
boundaryCategory As OtherGroupBoundaryCategory,
boundary As Number
)
public:
void ConfigureTopGrouping(
OtherGroupBoundaryCategory boundaryCategory,
Number boundary
)
member ConfigureTopGrouping :
boundaryCategory : OtherGroupBoundaryCategory *
boundary : Number -> unit
Parameters
- boundaryCategory
- Type: Dundas.BI.Data.MetadataOtherGroupBoundaryCategory
The boundary category. - boundary
- Type: Dundas.BINumber
The boundary.
See Also