Back to Devexpress

PivotOlapKpiMeasures.ValueMeasure Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotolapkpimeasures-792e7d31.md

latest2.2 KB
Original Source

PivotOlapKpiMeasures.ValueMeasure Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
String

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

|

Remarks

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

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

See Also

GoalMeasure

StatusMeasure

TrendMeasure

WeightMeasure

PivotOlapKpiMeasures Class

PivotOlapKpiMeasures Members

DevExpress.Xpf.PivotGrid Namespace