Admin Production ni-theme
Current Publication

ATTR_NEXT_PLOT

LabWindows/CVI

ATTR_NEXT_PLOT

Type: Plot attribute
Description: The ID of the next plot in the graph.

The control attribute ATTR_FIRST_PLOT returns the ID of the first plot that exists in the graph. When you call GetPlotAttribute and pass it the first plot ID, ATTR_NEXT_PLOT returns the ID of the next plot on the graph. On the last plot, ATTR_NEXT_PLOT returns zero. Use the control attribute ATTR_NUM_PLOTS to get the total number of plots in a graph.
Plot Types: Arc, bitmap, intensity, line, oval, point, polygon, rectangle, scaled intensity, text, waveform, X, XY, Y.
Restrictions: Not settable.
Data Type: integer
LabWindows/CVI
Compatibility:
LabWindows/CVI 9.0 and later