MetricSetSetupTopBottomSettings Method  | 
 
            Creates a new top / bottom settings for the current instance, using the specified measure. Any previous settings are cleared.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic TopBottomSettings SetupTopBottomSettings(
	MeasureUsage measure
)
Public Function SetupTopBottomSettings ( 
	measure As MeasureUsage
) As TopBottomSettings
public:
TopBottomSettings^ SetupTopBottomSettings(
	MeasureUsage^ measure
)
member SetupTopBottomSettings : 
        measure : MeasureUsage -> TopBottomSettings 
Parameters
- measure
 - Type: Dundas.BI.Entities.MetricSetsMeasureUsage
The measure usage element used in top / bottom analysis. 
Return Value
Type: 
TopBottomSettingsThe top / bottom settings instance.
Exceptions
See Also