Enum LabelOverlappingRule
This enumeration defines the rules for overlapping.
public enum LabelOverlappingRule
Fields
AllowOverlapping = 1
Overlapping is allowed.
NoOverlapping = 0
No overlapping is allowed.
Remarks
This defines the rules for label overlapping. Currently, either we allow overlapping or we do not. In the future, we may extend this to allow some percentage of partial overlapping.