PivotKpiGraphic Enum
In This Article
Lists values that specify the graphic set used to indicate KPI values.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
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 |
#Passed To
You can pass PivotKpiGraphic values to the PivotGridField.KpiGraphic property.
#Remarks
The values listed by this enumeration are used to set the PivotGridField.KpiGraphic property's value.
See Also