Back to Devexpress

PivotOlapKpiValue.Goal Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotolapkpivalue-ef91a893.md

latest1.7 KB
Original Source

PivotOlapKpiValue.Goal Property

Gets the KPI’s goal value.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object Goal { get; }
vb
Public ReadOnly Property Goal As Object

Property Value

TypeDescription
Object

The KPI’s goal value.

|

Remarks

To obtain the KPI’s actually achieved, status, trend and weight values, use the PivotOlapKpiValue.Value, PivotOlapKpiValue.Status, PivotOlapKpiValue.Trend and PivotOlapKpiValue.Weight properties, respectively.

See Also

Value

Status

Trend

Weight

PivotOlapKpiValue Class

PivotOlapKpiValue Members

DevExpress.Xpf.PivotGrid Namespace