Skip to main content

PivotOLAPKPIValue.Trend Property

Gets the KPI’s trend value.

Namespace: DevExpress.XtraPivotGrid

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

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

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