Back to Devexpress

PivotOlapKpiValue.Weight Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotolapkpivalue-d889c12d.md

latest1.7 KB
Original Source

PivotOlapKpiValue.Weight Property

Gets the KPI’s weight value.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public double Weight { get; }
vb
Public ReadOnly Property Weight As Double

Property Value

TypeDescription
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

Value

Goal

Trend

Status

PivotOlapKpiValue Class

PivotOlapKpiValue Members

DevExpress.Xpf.PivotGrid Namespace