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.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#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
|
#Related API Members
The following properties accept/return PivotKpiGraphic values:
#Remarks
The values listed by this enumeration are used to set the PivotGridField.KpiGraphic property’s value.
See Also