PivotOlapKpiValue.Value Property
In This Article
Gets the KPI’s actually achieved value.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
Object | The KPI’s actually achieved value. |
#Remarks
To obtain the KPI’s goal, status, trend and weight values, use the PivotOlapKpiValue.Goal, PivotOlapKpiValue.Status, PivotOlapKpiValue.Trend and PivotOlapKpiValue.Weight properties, respectively.
See Also