Skip to main content

PivotOlapKpiValue.Weight Property

Gets the KPI's weight value.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.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