Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridControl.GetKpiBitmap(PivotKpiGraphic, Int32) Method

Returns an image that corresponds to a specific KPI value.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public ImageSource GetKpiBitmap(
    PivotKpiGraphic graphic,
    int state
)

#Parameters

Name Type Description
graphic PivotKpiGraphic

A PivotKpiGraphic enumeration value that specifies the KPI graphic set.

state Int32

An integer value that specifies the KPI value (-1, 0 or 1).

#Returns

Type Description
ImageSource

A Bitmap object that corresponds to the specified KPI value.

#Remarks

Since KPI supports graphic representation for its Status and Trend values, these values can be replaced with images. OLAP supports a number of graphic sets such as shapes, smiley faces, traffic lights, etc. To specify the graphic set a field, use the PivotGridField.KpiGraphic property. Individual KPI images can be obtained via the GetKpiBitmap method.

To learn more, see Key Performance Indicators (KPIs).

See Also