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