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

PivotOlapKpiValue.Weight Property

Gets the KPI’s weight value.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v18.2.dll

Declaration

public double Weight { get; }

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