Skip to main content

PivotOLAPKPIMeasures.TrendMeasure Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public string TrendMeasure { get; }

Property Value

Type Description
String

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

Remarks

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

The name of the KPI is specified by the PivotOLAPKPIMeasures.KPIName property.

See Also