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.GetOLAPKPIServerGraphic(String, PivotKPIType) Method

Returns a graphic set defined on the server for the specified KPI’s trend and status.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.2.dll

NuGet Package: DevExpress.Win.PivotGrid

#Declaration

public PivotKPIGraphic GetOLAPKPIServerGraphic(
    string kpiName,
    PivotKPIType kpiType
)

#Parameters

Name Type Description
kpiName String

A string value that specifies the KPI’s name.

kpiType PivotKPIType

A PivotKPIType enumeration value that identifies the image set. Images can be obtained only for trend and status KPI types.

#Returns

Type Description
PivotKPIGraphic

A PivotKPIGraphic enumeration value that specifies the KPI graphic set.

#Remarks

Since KPI supports graphic representation for its Status and Trend values, these values can be replaced with images. OLAP supports 12 graphic sets such as shapes, smiley faces, traffic lights, etc. To get these images, use the GetOLAPKPIServerGraphic method.

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

See Also