PivotOlapKpiMeasures.TrendMeasure Property
Gets the name of the measure that stores the KPI’s trend values.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
String | A String that specifies the name of the measure that stores the KPI’s trend values. |
Remarks
To obtain the names of the measures that store the KPI’s actually achieved, status, goal and weight values, use the PivotOlapKpiMeasures.ValueMeasure, PivotOlapKpiMeasures.StatusMeasure, PivotOlapKpiMeasures.GoalMeasure and PivotOlapKpiMeasures.WeightMeasure properties, respectively.
The name of the KPI is specified by the PivotOlapKpiMeasures.KpiName property.
See Also