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 |
LabWindows/CVI Compatibility: |
LabWindows/CVI 7.0 and later |
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. |