MetricSetConfigureSortPriorities Method

Configures the sorting priorities for the current instance. The method allows changing the index position on the corresponding axis for all the metric set elements, thus reflecting the new sorting priorities.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public void ConfigureSortPriorities(
	IList<string> elementUniqueNames
)

Parameters

elementUniqueNames
Type: System.Collections.GenericIListString
The unique names for the elements for which the sorting priority is changed, in decreasing priority order.
Exceptions
ExceptionCondition
ArgumentExceptionelementUniqueNames is or empty.
See Also