Kpi.StatusGraphic Property

Definition

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

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

Property Value

String

The name of the status graphic.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

The status graphic is usually an indicator of negative, neutral, or positive progress against some Key Performance Indicator (KPI).

Applies to