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

PivotOlapKpiValue.Trend Property

Gets the KPI’s trend value.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v18.2.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