ATTR_CURSOR_YAXIS
| 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 |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 4.0 and later |
Values
| VAL_LEFT_YAXIS | The y-axis on the left side of the graph or strip chart. |
| VAL_RIGHT_YAXIS | The y-axis on the right side of the graph or strip chart. |