ATTR_ANNOTATION_OFFSET_MODE
Type: | Annotation attribute |
Description: | Specifies the caption offset mode of the annotation. If the value is set to VAL_GLYPH_OFFSET, then the offset is calculated relative to the point being annotated. If the value is set to VAL_TOP_LEFT_OFFSET, then the offset is calculated relative to the top-left corner of the plot area. |
Data Type: | integer |
Default Value: | VAL_GLYPH_OFFSET |
LabWindows/CVI Compatibility: |
LabWindows/CVI 8.0 and later |
Values
VAL_GLYPH_OFFSET | The caption offset is calculated relative to the point being annotated. |
VAL_TOP_LEFT_OFFSET | The caption offset is calculated relative to the top-left corner of the plot area. |