PivotGridField.ActualKpiGraphic Property
Gets a graphic set actually used to indicate KPI values. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotKpiGraphic ActualKpiGraphic { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
Available values:
Name | Description |
---|---|
None | No image is displayed. |
Server |
The KPI graphic type is defined by the server. |
Shapes | |
Traffic |
|
Road |
|
Gauge | |
Reversed |
|
Thermometer | |
Reversed |
|
Cylinder | |
Reversed |
|
Faces | |
Variance |
|
Standard |
|
Status |
|
Reversed |
#Remarks
Use the PivotGridField.KpiGraphic property to specify the graphic set that should be used to indicate KPI values. If the PivotGridField.KpiGraphic property is set to PivotKpiGraphic.ServerDefined, the OLAP server specifies the graphic set. In this instance, use the ActualKpiGraphic property to determine which graphic set is actually used.