Back to Devexpress

PivotGridField.ActualKpiGraphic Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-56af8080.md

latest5.4 KB
Original Source

PivotGridField.ActualKpiGraphic Property

Gets a graphic set actually used to indicate KPI values. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotKpiGraphic ActualKpiGraphic { get; }
vb
Public ReadOnly Property ActualKpiGraphic As PivotKpiGraphic

Property Value

TypeDescription
PivotKpiGraphic

A PivotKpiGraphic enumeration member that specifies the graphic set actually used to indicate KPI values.

|

Available values:

Show 16 items

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 |

|

Remarks

Use the PivotGridField.KpiGraphic property to specify the graphic set that should be used to indicate KPI values. If the PivotGridField.KpiGraphic property is set to PivotKpiGraphic.ServerDefined, the OLAP server specifies the graphic set. In this instance, use the ActualKpiGraphic property to determine which graphic set is actually used.

See Also

KpiGraphic

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace