Skip to main content
A newer version of this page is available. .

PivotOLAPKPIValue.Trend Property

Gets the KPI’s trend value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public int Trend { get; }

Property Value

Type Description
Int32

An integer value (1, 0 or -1) that specifies the KPI’s trend.

Remarks

To obtain the KPI’s actually achieved, goal, status and weight values, use the PivotOLAPKPIValue.Value, PivotOLAPKPIValue.Goal, PivotOLAPKPIValue.Status and PivotOLAPKPIValue.Weight properties, respectively.

See Also