Hello,
I am trying to find a way to prevent label overlapping in a layout that contains multiple dataframes. Basically, I want my labels not to be hidden by another frame
Is there a way to use weights (or something) and not to convert labels to annotations?
Thanks!
Solved! Go to Solution.
Because labels are part of the Map View and a property of a layer, they are drawn in that Map View only. In the Layout View, when you add a new Map View on top of the first one, each Map View is independent of each other with regards to label placement. The only thing I can think of is convert labels to annotation or use Map Notes instead of labels. Map Notes allow for user input and you can move them anywhere you want whereas labels are dynamice and the placement is controlled by Maplex or the Standard Labeling engine.
Because labels are part of the Map View and a property of a layer, they are drawn in that Map View only. In the Layout View, when you add a new Map View on top of the first one, each Map View is independent of each other with regards to label placement. The only thing I can think of is convert labels to annotation or use Map Notes instead of labels. Map Notes allow for user input and you can move them anywhere you want whereas labels are dynamice and the placement is controlled by Maplex or the Standard Labeling engine.