Kpi.TrendGraphic Property

 

Gets a String representing a graphic for displaying Kpi trend information.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public string TrendGraphic { get; }
public:
property String^ TrendGraphic {
    String^ get();
}
member TrendGraphic : string with get
Public ReadOnly Property TrendGraphic As String

Property Value

Type: System.String

A String representing a graphic for displaying Kpi trend information.

See Also

Kpi Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top