TrendAnalysisChartBuilder.BuildTimeDimLabelMapper Method (Microsoft.PerformancePoint.Scorecards.Common)
Namespace: Microsoft.PerformancePoint.Scorecards.Common
Assembly: Microsoft.PerformancePoint.Scorecards.Common (in microsoft.performancepoint.scorecards.common.dll)
Syntax
'Declaration
Public Sub BuildTimeDimLabelMapper ( _
initDisplayNameUniqueNameMapper As DictionaryWrapper(Of String, List(Of String)), _
ByRef finalDisplayNameUniqueNameMapper As DictionaryWrapper(Of String, List(Of String)) _
)
'Usage
Dim instance As TrendAnalysisChartBuilder
Dim initDisplayNameUniqueNameMapper As DictionaryWrapper(Of String, List(Of String))
Dim finalDisplayNameUniqueNameMapper As DictionaryWrapper(Of String, List(Of String))
instance.BuildTimeDimLabelMapper(initDisplayNameUniqueNameMapper, finalDisplayNameUniqueNameMapper)
public void BuildTimeDimLabelMapper (
DictionaryWrapper<string,List<string>> initDisplayNameUniqueNameMapper,
ref DictionaryWrapper<string,List<string>> finalDisplayNameUniqueNameMapper
)
Parameters
- initDisplayNameUniqueNameMapper
- finalDisplayNameUniqueNameMapper
See Also
Reference
TrendAnalysisChartBuilder Class
TrendAnalysisChartBuilder Members
Microsoft.PerformancePoint.Scorecards.Common Namespace