ATTR_PLOT_TYPE
Type: | Plot attribute |
Description: | The type of the plot. |
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 2012 and later |
Values
VAL_PLOT_X | An X-Plot. |
VAL_PLOT_Y | A Y-Plot. |
VAL_PLOT_XY | An XY-Plot. |
VAL_PLOT_WAVEFORM | A waveform plot. |
VAL_PLOT_POINT | A point plot. |
VAL_PLOT_TEXT | A text plot. |
VAL_PLOT_LINE | A line plot. |
VAL_PLOT_RECTANGLE | A rectangle plot. |
VAL_PLOT_POLYGON | A polygon plot. |
VAL_PLOT_OVAL | An oval plot. |
VAL_PLOT_ARC | An arc plot. |
VAL_PLOT_INTENSITY | An intensity plot. |
VAL_PLOT_SCALED_INTENSITY | A scaled intensity plot. |
VAL_PLOT_BITMAP | A bitmap plot. |