ATTR_PLOT_YAXIS

Type: Plot attribute
Description: Used to change the Y axis with which the plot is associated.

When a plot is first plotted, 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_PLOT_YAXIS.

Plot Types: Arc, bitmap, intensity, line, oval, point, polygon, rectangle, scaled intensity, text, waveform, X, XY, Y.
Data Type: integer

Values

VAL_LEFT_YAXIS The y-axis on the left side of the graph.
VAL_RIGHT_YAXIS The y-axis on the right side of the graph.