Type: | Cursor attribute |
Description: | Used to change the Y axis with which the graph cursor is associated.
When a graph cursor is created, the Y axis to which it is associated is determined by the value of ATTR_ACTIVE_YAXIS. Afterwards, the association can be changed using ATTR_CURSOR_YAXIS. The associated Y axis serves as the reference for the cursor position coordinates in calls to SetGraphCursor and GetGraphCursor. |
Data Type: | integer |
Default Value: | VAL_LEFT_YAXIS |
Values
VAL_LEFT_YAXIS | The y-axis on the left side of the graph. |
VAL_RIGHT_YAXIS | The y-axis on the right side of the graph. |