ATTR_LABEL_WRAP_MODE (Column)
Type: | Column attribute |
Description: | The wrap mode for the column label. Note: If you set ATTR_LABEL_WRAP_MODE to any value other than VAL_LINE_WRAP, LabWindows/CVI sets ATTR_LABEL_ANGLE to 0. |
Data Type: | integer |
Default Value: | VAL_LINE_WRAP |
LabWindows/CVI Compatibility: |
LabWindows/CVI 5.5 and later |
Values
VAL_CHAR_WRAP | Wrap text to a new line after the last character that fits on the line. |
VAL_LINE_WRAP | Wrap text to a new line only after a newline character. |
VAL_WORD_WRAP | Wrap text to a new line after the end of the last whole word that fits on the line. |