ATTR_ACTIVE_XAXIS
Type: | Control attribute |
Description: | Determines which of the two x-axes on a graph is used in plotting, setting an x-axis attribute, and setting the x-axis range. Also, the value of this attribute at the time you create a graph cursor determines which x-axis the cursor is associated with. To make the second x-axis visible, first set ATTR_ACTIVE_XAXIS to VAL_TOP_XAXIS, and then set ATTR_XLABEL_VISIBLE to 1. |
Control Types: | Graphs. |
Restrictions: | Not valid for digital graphs. |
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. |