TcxPivotGridOLAPFieldOptions.KPIGraphicType Property
In This Article
Specifies the image set associated with KPI values.
#Declaration
Delphi
property KPIGraphicType: TcxPivotGridOLAPKPIGraphicType read; write;
#Property Value
Type |
---|
Tcx |
#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