corelibraries-devexpress-dot-xtrapivotgrid-8ba94bc8.md
Lists values that specify the graphic set used to indicate KPI values.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotKPIGraphic
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
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 PivotGridFieldBase.KPIGraphic property’s value.
The code sample is available at DevExpress Demo Center - WinForms Pivot Grid - Code Examples in the OLAP KPI module.
See Also