PivotKpiGraphic Enum
Lists values that specify the graphic set used to indicate KPI values.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Members
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
|
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