GM_LabelPlacement_t8 Enumeration
Used to specify the placement of labels on features

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public enum GM_LabelPlacement_t8
Members
Member nameValueDescription
LABEL_AUTO0Automatically place label at best location
LABEL_CENTER1Center the label on the point
LABEL_TOP_RIGHT2Label is up and to the right of point
LABEL_RIGHT3Label is to the right of the point and vertically centered on it
LABEL_BOTTOM_RIGHT4Label is below and to the right of point
LABEL_BOTTOM5Label is below the point and horizontally centered on it
LABEL_BOTTOM_LEFT6Label is below and to the left of point
LABEL_LEFT7Label is left of the point and vertically centered on it
LABEL_TOP_LEFT8Label is above and to the left of point
LABEL_TOP9Label is above the point and horizontally centered on it
LABEL_NUM_PLACEMENTS10Total Number of Placement options
See Also