OtherGroupSettingsConfigureTopGrouping Method |
Configures an "Other" set of data points that groups together the records with higher values.
Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 OtherGroupBoundaryCategory
- The boundary category.
- boundary Number
- The boundary.
See Also