ATTR_LEGEND_LEFT
Type: | Control attribute |
Description: | The horizontal offset in pixels of the graph or strip chart legend to the origin of the panel. The panel origin (0,0) is the upper-left corner of the panel below the title bar and to the right of the panel frame. |
Control Types: | Graphs, strip charts. |
Data Type: | integer |
Valid Range: | -32768 to 32767, VAL_AUTO_CENTER, VAL_LEFT_ANCHOR, or VAL_RIGHT_ANCHOR |
LabWindows/CVI Compatibility: |
LabWindows/CVI 7.0 and later |
Values
VAL_AUTO_CENTER | Center the label, digital display, or legend with respect to the control. |
VAL_RIGHT_ANCHOR | Place the label, digital display, or legend flush with the right edge of the control. |
VAL_LEFT_ANCHOR | Place the label, digital display, or legend flush with the left edge of the control. |