Provides access to members that control placement position priorities for point labels.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AboveCenter | Label position priority for above and center (0-9). | |
AboveLeft | Label position priority for above and to the left (0-9). | |
AboveRight | Label position priority for above and to the right (0-9). | |
BelowCenter | Label position priority for below and center (0-9). | |
BelowLeft | Label position priority for below and to the left (0-9). | |
BelowRight | Label position priority for below and to the right (0-9). | |
CenterLeft | Label position priority for center and to the left (0-9). | |
CenterRight | Label position priority for center and to the right (0-9). |
CoClasses that implement IPointPlacementPriorities
CoClasses and Classes | Description |
---|---|
PointPlacementPriorities | Controls placement position priorities for point labels. |
Remarks
The IPointLabelPlacementPriorities interface maintains information about the placement alternatives of labels relative to point features. For example, use this interface to specify whether labels can be placed abobe, below, left or right to points.
Each available position is assigned a weight between 0-9. Zero (0) means that this position is not to be considered at all (blocked), whereas a position assigned the weight one (1) would be tried before two (2) and so on.