wpf-devexpress-dot-xpf-dot-pivotgrid-b54dc229.md
Lists values that specify the graphic set used to indicate KPI values.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public enum PivotKpiGraphic
Public Enum PivotKpiGraphic
| Name | Description |
|---|---|
None |
No image is displayed.
|
| ServerDefined |
The KPI graphic type is defined by the server.
|
| Shapes |
|
| TrafficLights |
|
| RoadSigns |
|
| Gauge |
|
| ReversedGauge |
|
| Thermometer |
|
| ReversedThermometer |
|
| Cylinder |
|
| ReversedCylinder |
|
| Faces |
|
| VarianceArrow |
|
| StandardArrow |
|
| StatusArrow |
|
| ReversedStatusArrow |
|
The following properties accept/return PivotKpiGraphic values:
The values listed by this enumeration are used to set the PivotGridField.KpiGraphic property’s value.
See Also