ATTR_PLOT_YDATA_TYPE
Type: | Plot attribute |
Description: | The type of Y data of the plot |
Plot Types: | Polygon, waveform, XY, Y. |
Restrictions: | Not settable. |
Data Type: | integer |
LabWindows/CVI Compatibility: |
LabWindows/CVI 4.0 and later |
Values
VAL_64BIT_INTEGER | An 8 byte integer. |
VAL_UNSIGNED_64BIT_INTEGER | An unsigned 8 byte integer. |
VAL_CHAR | A single byte character. |
VAL_DOUBLE | An 8 byte floating point value. |
VAL_FLOAT | A 4 byte floating point value. |
VAL_INTEGER | A 4 byte integer. |
VAL_SHORT_INTEGER | A 2 byte integer. |
VAL_UNSIGNED_CHAR | An unsigned single byte character. |
VAL_UNSIGNED_INTEGER | An unsigned 4 byte integer. |
VAL_UNSIGNED_SHORT_INTEGER | An unsigned 2 byte integer. |
VAL_SIZE_T | An unsigned 4 byte integer (32-bit applications). An unsigned 8 byte integer (64-bit applications). |
VAL_SSIZE_T | A 4 byte integer (32-bit applications). An 8 byte integer (64-bit applications). |
VAL_PTRDIFF_T | A 4 byte integer (32-bit applications). An 8 byte integer (64-bit applications). |
VAL_UINTPTR_T | An unsigned 4 byte integer (32-bit applications). An unsigned 8 byte integer (64-bit applications). |
VAL_INTPTR_T | A 4 byte integer (32-bit applications). An 8 byte integer (64-bit applications). |