Back to Devexpress

PivotKPIGraphic Enum

corelibraries-devexpress-dot-xtrapivotgrid-8ba94bc8.md

latest5.5 KB
Original Source

PivotKPIGraphic Enum

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

Declaration

csharp
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotKPIGraphic
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotKPIGraphic

Members

NameDescription
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:

Remarks

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

DevExpress.XtraPivotGrid Namespace