Share via


TrendAnalysisChartReportViewData.IndKpiChartImageStrSet Property (Microsoft.PerformancePoint.Scorecards)

The chart images for each KPI.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlElementAttribute> _
Public Property IndKpiChartImageStrSet As DictionaryWrapper(Of Guid, String)
'Usage
Dim instance As TrendAnalysisChartReportViewData
Dim value As DictionaryWrapper(Of Guid, String)

value = instance.IndKpiChartImageStrSet

instance.IndKpiChartImageStrSet = value
[XmlElementAttribute] 
public DictionaryWrapper<Guid,string> IndKpiChartImageStrSet { get; set; }

See Also

Reference

TrendAnalysisChartReportViewData Class
TrendAnalysisChartReportViewData Members
Microsoft.PerformancePoint.Scorecards Namespace