ATTR_PLOT_ORIGIN
Type: | Plot attribute |
Description: | When PlotText or PlotBitmap is called, the text string or bitmap is placed on the graph with respect to a point specified by coordinates passed into the function. The orientation of the string or bitmap with respect to the point is determined by this attribute. This attribute specifies where the point (that is, the origin) is with respect to the rectangle that implicitly encloses the string or bitmap. For example, VAL_LOWER_LEFT specifies that the string or bitmap be plotted so that the lower left corner of the enclosing rectangle is the point specified. |
Plot Types: | Bitmap, text. |
Data Type: | integer |
Default Value: | VAL_LOWER_LEFT |
LabWindows/CVI Compatibility: |
LabWindows/CVI 4.0 and later |
Values
VAL_LOWER_LEFT | Lower left corner. |
VAL_CENTER_LEFT | Midpoint of left edge. |
VAL_UPPER_LEFT | Upper left corner. |
VAL_LOWER_CENTER | Midpoint of bottom edge. |
VAL_CENTER | Center of rectangle. |
VAL_UPPER_CENTER | Midpoint of top edge. |
VAL_LOWER_RIGHT | Lower right corner. |
VAL_CENTER_RIGHT | Midpoint of right edge. |
VAL_UPPER_RIGHT | Upper right corner. |