Back to Devexpress

PivotGridFieldBase.KPIType Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-ab68dcf6.md

latest2.2 KB
Original Source

PivotGridFieldBase.KPIType Property

Gets the KPI type.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public PivotKPIType KPIType { get; }
vb
<Browsable(False)>
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 PivotGridFieldBase.KPIGraphic property to specify the required graphic set.

To learn more, see Key Performance Indicators (KPIs).

See Also

GetOLAPKPIValue(String)

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace