Admin Production ni-theme
Current Publication

ATTR_ACTIVE_YAXIS

LabWindows/CVI

ATTR_ACTIVE_YAXIS

Type: Control attribute
Description: Determines which of the two y-axes on a graph or strip chart is used in plotting, setting a y-axis attribute, and setting the y-axis range. For graphs, the value of this attribute at the time you create a graph cursor determines which y-axis the cursor is associated with.

To make the second y-axis visible, first set ATTR_ACTIVE_YAXIS to VAL_RIGHT_YAXIS, and then set ATTR_YLABEL_VISIBLE to 1.
Control Types: Graphs, strip charts.
Restrictions: Not valid for digital graphs.
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.