Type: | Control attribute |
Description: | Determines which of the two X axes on a graph is used in plotting, setting a 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 |
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. |