ATTR_CURSOR_XAXIS

Type: Cursor attribute
Description: Used to change the X axis with which the graph cursor is associated.

When a graph cursor is created, the X axis to which it is associated is determined by the value of ATTR_ACTIVE_XAXIS. Afterwards, the association can be changed using ATTR_CURSOR_XAXIS.

The associated X axis serves as the reference for the cursor position coordinates in calls to SetGraphCursor and GetGraphCursor.

Data Type: integer
Default Value: VAL_BOTTOM_XAXIS

Values

VAL_BOTTOM_XAXIS The x-axis on the bottom of the graph.
VAL_TOP_XAXIS The x-axis on the top of the graph.