Class KpiElement
Represents the Key Performance Indicator(KPI) item.
Inherited Members
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class KpiElement : Element
Constructors
KpiElement()
Initializes a new instance of the KpiElement class.
Declaration
public KpiElement()
Properties
ShowKPIGoal
Gets or sets a value indicating whether to show the goal of KPI.
Declaration
public bool ShowKPIGoal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value indicating whether to show the goal of KPI. |
ShowKPIStatus
Gets or sets a value indicating whether to show the status of KPI.
Declaration
public bool ShowKPIStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value indicating whether to show the status of KPI. |
ShowKPITrend
Gets or sets a value indicating whether to show the trend of KPI.
Declaration
public bool ShowKPITrend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value indicating whether to show the trend of KPI. |
ShowKPIValue
Gets or sets a value indicating whether to show the value of KPI.
Declaration
public bool ShowKPIValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value indicating whether to show the value of KPI. |
UniqueName
Gets or sets the unique name of KPI.
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name of KPI |