Back to Devexpress

PivotOlapKpiValue.Trend Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotolapkpivalue-88bae304.md

latest1.7 KB
Original Source

PivotOlapKpiValue.Trend Property

Gets the KPI’s trend value.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public int Trend { get; }
vb
Public ReadOnly Property Trend As Integer

Property Value

TypeDescription
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

Value

Goal

Status

Weight

PivotOlapKpiValue Class

PivotOlapKpiValue Members

DevExpress.Xpf.PivotGrid Namespace