Skip to main content
A newer version of this page is available.

PivotGridControl.GetKPIBitmap(PivotKPIGraphic, Int32) Method

Returns an image that corresponds to a specific KPI value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public Bitmap 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
Bitmap

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 PivotGridFieldBase.KPIGraphic property. Individual KPI images can be obtained via the GetKPIBitmap method.

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

See Also