GCC_ATTR_REL_POS

Data Type: integer
Description: The position of the graph cursor control relative to the anchor control.
Values:
GCC_VAL_POS_ABOVE_LEFTPlace the graph cursor control above the graph and align their left edges.
GCC_VAL_POS_ABOVE_CENTERPlace the graph cursor control above the graph and center it horizontally.
GCC_VAL_POS_ABOVE_RIGHTPlace the graph cursor control above the graph and align their right edges.
GCC_VAL_POS_BELOW_LEFTPlace the graph cursor control below the graph and align their left edges.
GCC_VAL_POS_BELOW_CENTERPlace the graph cursor control below the graph and center it horizontally.
GCC_VAL_POS_BELOW_RIGHTPlace the graph cursor control below the graph and align their right edges.
GCC_VAL_POS_LEFT_TOPPlace the graph cursor control to the left of the graph and align their top edges.
GCC_VAL_POS_LEFT_CENTERPlace the graph cursor control to the left of the graph and center it vertically.
GCC_VAL_POS_LEFT_BOTTOMPlace the graph cursor control to the left of the graph and align their bottom edges.
GCC_VAL_POS_RIGHT_TOPPlace the graph cursor control to the right of the graph and align their top edges.
GCC_VAL_POS_RIGHT_CENTERPlace the graph cursor control to the right of the graph and center it vertically.
GCC_VAL_POS_RIGHT_BOTTOMPlace the graph cursor control to the right of the graph and align their bottom edges.