Select to view content in your preferred language

Maplex Label Engine - How to apply Vertical and Horizontal Alignments to labels

670
1
06-22-2022 04:16 PM
Labels (1)
BigMaple
Emerging Contributor

I am converting annotations brought over from CAD, and creating point feature classes with labels. I can replicate all most all of the annotation details, but the alignment piece. 

The alignment options are disabled under the position section in the label class, so how can a label apply alignment values? 

This is a must for the replacement of annotation with labels.

 

1 Reply
RobertBorchert
Honored Contributor

Just to verify. Are you looking under the Symbol tab or the Position Tab?

I assume you have an angle field that is an integer or double field you can reference. 

 

You could try the rotate feature with arcade

 

Rotate($feature, <field>)

 

 

 

 

 

0 Kudos