Back to Devexpress

PivotOlapKpiMeasures.WeightMeasure Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotolapkpimeasures-0e3701e5.md

latest2.2 KB
Original Source

PivotOlapKpiMeasures.WeightMeasure Property

Gets the name of the measure that stores the KPI’s weight values.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public string WeightMeasure { get; }
vb
Public ReadOnly Property WeightMeasure As String

Property Value

TypeDescription
String

A String that specifies the name of the measure that stores the KPI’s weight values.

|

Remarks

To obtain the names of the measures that store the KPI’s actually achieved, status, trend and goal values, use the PivotOlapKpiMeasures.ValueMeasure, PivotOlapKpiMeasures.StatusMeasure, PivotOlapKpiMeasures.TrendMeasure and PivotOlapKpiMeasures.GoalMeasure properties, respectively.

The name of the KPI is specified by the PivotOlapKpiMeasures.KpiName property.

See Also

ValueMeasure

StatusMeasure

TrendMeasure

GoalMeasure

PivotOlapKpiMeasures Class

PivotOlapKpiMeasures Members

DevExpress.Xpf.PivotGrid Namespace