PivotGridField.KpiType Property
Gets the KPI type. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotKpiType KpiType { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
Available values:
Name | Description |
---|---|
None | Not the KPI. |
Value | A KPI value. |
Goal | A target value of the KPI. |
Status | The state of the KPI at a specified point in time. |
Trend | A value’s evaluation of the KPI over time. |
Weight | A KPI’s relative importance. |
#Remarks
Since KPI supports graphic representation for its Status and Trend values, these values can be replaced with images. OLAP supports 12 graphic sets such as shapes, smiley faces, traffic lights, etc. Use the PivotGridField.KpiGraphic property to specify the required graphic set.
To learn more, see Key Performance Indicators (KPIs).