Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.52 KB

trendgraphic-element-assl.md

File metadata and controls

59 lines (43 loc) · 1.52 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
TrendGraphic Element (ASSL) | Microsoft Docs
Learn about the TrendGraphic property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

TrendGraphic Element (ASSL)

Contains the recommended graphical representation of the trend of the Kpi element.

Syntax

  
<Kpi>  
   ...  
   <TrendGraphic>...</TrendGraphic>  
   ...  
</Kpi>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element Kpi
Child elements None

Remarks

The value of this element is limited to one of the strings listed in the following table.

Value Description
Standard Arrow Standard arrow
Status Arrow - Ascending Status arrow
Status Arrow - Descending Reversed status arrow
Smiley Face Face

The element that corresponds to the parent of TrendGraphic in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.Kpi.

See Also

Properties (ASSL)