Back to Devexpress

PivotGridField.KpiType Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-d3e509e7.md

latest2.0 KB
Original Source

PivotGridField.KpiType Property

Gets the KPI type. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotKpiType KpiType { get; }
vb
Public ReadOnly Property KpiType As PivotKpiType

Property Value

TypeDescription
PivotKpiType

A PivotKpiType enumeration value that identifies the KPI type.

|

Available values:

NameDescription
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).

See Also

GetOlapKpiValue(String)

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace