Back to Devexpress

PivotKpiGraphic Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-b54dc229.md

latest4.7 KB
Original Source

PivotKpiGraphic Enum

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

Declaration

csharp
public enum PivotKpiGraphic
vb
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 PivotGridField.KpiGraphic property’s value.

See Also

DevExpress.Xpf.PivotGrid Namespace