Kpi.TrendGraphic Property

Definition

Gets or sets a visual element that provides a quick indication of the trend for a KPI.

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Kpi_TrendGraphic")]
public string TrendGraphic { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Kpi_TrendGraphic")>]
member this.TrendGraphic : string with get, set
Public Property TrendGraphic As String

Property Value

String

The name of the trend graphic.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

The trend graphic is often an arrow graphic pointing up, horizontal, or down depending on the current trend results.

Applies to