OtherGroupSettingsConfigureMiddleGrouping Method |
Configures an "Other" set of data points that groups together the records within a middle range of 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 ConfigureMiddleGrouping(
OtherGroupBoundaryCategory lowerBoundaryCategory,
Number lowerBoundary,
OtherGroupBoundaryCategory upperBoundaryCategory,
Number upperBoundary
)
Public Sub ConfigureMiddleGrouping (
lowerBoundaryCategory As OtherGroupBoundaryCategory,
lowerBoundary As Number,
upperBoundaryCategory As OtherGroupBoundaryCategory,
upperBoundary As Number
)
public:
void ConfigureMiddleGrouping(
OtherGroupBoundaryCategory lowerBoundaryCategory,
Number lowerBoundary,
OtherGroupBoundaryCategory upperBoundaryCategory,
Number upperBoundary
)
member ConfigureMiddleGrouping :
lowerBoundaryCategory : OtherGroupBoundaryCategory *
lowerBoundary : Number *
upperBoundaryCategory : OtherGroupBoundaryCategory *
upperBoundary : Number -> unit Parameters
- lowerBoundaryCategory OtherGroupBoundaryCategory
- The lower boundary category.
- lowerBoundary Number
- The lower boundary.
- upperBoundaryCategory OtherGroupBoundaryCategory
- The upper boundary category.
- upperBoundary Number
- The upper boundary.
See Also