corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-ab68dcf6.md
Gets the KPI type.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[Browsable(false)]
public PivotKPIType KPIType { get; }
<Browsable(False)>
Public ReadOnly Property KPIType As PivotKPIType
| Type | Description |
|---|---|
| PivotKPIType |
A PivotKPIType enumeration value that identifies the KPI type.
|
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.
|
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 PivotGridFieldBase.KPIGraphic property to specify the required graphic set.
To learn more, see Key Performance Indicators (KPIs).
See Also