TcxPivotGridOLAPKPIGraphicType Enum
In This Article
Enumerates values that specify the graphic set used to indicate KPI values.
#Declaration
Delphi
TcxPivotGridOLAPKPIGraphicType = (
gtNone,
gtServerDefined,
gtShapes,
gtTrafficLights,
gtRoadSigns,
gtGauge,
gtReversedGauge,
gtThermometer,
gtReversedThermometer,
gtCylinder,
gtReversedCylinder,
gtFaces,
gtVarianceArrow,
gtStandardArrow,
gtStatusArrow,
gtReversedStatusArrow
);
#Members
Name |
---|
gt
|
gt
|
gt
|
gt
|
gt
|
gt
|
gt
|
gt
|
gt
|
gt
|
gt
|
gt
|
gt
|
gt
|
gt
|
gt
|
#Remarks
Values include:
Value | Meaning |
---|---|
gt |
An image is not displayed. |
gt |
The KPI graphic type is defined by the server. |
gt |
![]() |
gt |
![]() |
gt |
![]() |
gt |
![]() |
gt |
![]() |
gt |
![]() |
gt |
![]() |
gt |
![]() |
gt |
![]() |
gt |
![]() |
gt |
![]() |
gt |
![]() |
gt |
![]() |
gt |
![]() |
See Also