PivotGridField.KpiType Property
In This Article
Gets the KPI type. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#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