Skip to main content

TcxPivotGridOLAPFieldOptions.KPIGraphicType Property

Specifies the image set associated with KPI values.

Declaration

property KPIGraphicType: TcxPivotGridOLAPKPIGraphicType read; write;

Property Value

Type
TcxPivotGridOLAPKPIGraphicType

Remarks

Since KPI supports graphic representation of its status and trend types (the field’s KPIType is oktStatus or oktTrend), these values can be replaced with images.

Use the KPIGraphic property to specify the required image set.

Refer to the TcxPivotGridOLAPKPIGraphicType description for details.

See Also