TrendAnalysisChartBuilder.IndKpiDataSetSet Property (Microsoft.PerformancePoint.Scorecards.Common)

The initial data behind the dataset/chart.

Namespace: Microsoft.PerformancePoint.Scorecards.Common
Assembly: Microsoft.PerformancePoint.Scorecards.Common (in microsoft.performancepoint.scorecards.common.dll)

Syntax

'Declaration
Public Property IndKpiDataSetSet As DictionaryWrapper(Of Guid, DataSet)
'Usage
Dim instance As TrendAnalysisChartBuilder
Dim value As DictionaryWrapper(Of Guid, DataSet)

value = instance.IndKpiDataSetSet

instance.IndKpiDataSetSet = value
public DictionaryWrapper<Guid,DataSet> IndKpiDataSetSet { get; set; }

See Also

Reference

TrendAnalysisChartBuilder Class
TrendAnalysisChartBuilder Members
Microsoft.PerformancePoint.Scorecards.Common Namespace