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

PivotOLAPKPIValue.Weight Property

Gets the KPI’s weight value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.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