Skip to main content
A newer version of this page is available. .
Tag

PivotGridFieldBase.KPIType Property

Gets the KPI type.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
public PivotKPIType KPIType { get; }

Property Value

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.

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