Class KpiElements
Represents the KPI element information.
Inherited Members
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class KpiElements : Element
Constructors
KpiElements()
Initializes a new instance of the KpiElements class.
Declaration
public KpiElements()
Properties
Elements
Gets or sets the collection of KPI elements.
Declaration
public KpiElementCollection Elements { get; set; }
Property Value
Type | Description |
---|---|
KpiElementCollection | The collection of KPI elements. |
Methods
Add(String)
Adds the KPI element with the specified name.
Declaration
public void Add(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the KPI element. |
Add(String, Boolean, Boolean, Boolean, Boolean)
Adds the KPI element with the specified name.
Declaration
public void Add(string name, bool kpiValue, bool kpiGoal, bool kpiStatus, bool kpiTrend)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the KPI element. |
System.Boolean | kpiValue | Indicates whether to show KPI value. |
System.Boolean | kpiGoal | Indicates whether to show KPI goal. |
System.Boolean | kpiStatus | Indicates whether to show KPI status. |
System.Boolean | kpiTrend | Indicates whether to show KPI trend. |