PivotOLAPKPIValue Class
In This Article
Represents values of a KPI.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Related API Members
The following members return PivotOLAPKPIValue objects:
Library | Related API Members |
---|---|
Win |
Pivot |
ASP. |
ASPx |
#Remarks
A typical KPI consists of the actual value achieved, the goal, status, trend and weight values. These values are stored into the PivotOLAPKPIValue.Value, PivotOLAPKPIValue.Goal, PivotOLAPKPIValue.Status, PivotOLAPKPIValue.Trend and PivotOLAPKPIValue.Weight properties, respectively.
The PivotOLAPKPIValue
class objects are returned by the pivot grid’s GetOLAPKPIValue method.
See Also