I'm creating a legend for a map which needs to have content in two languages. If I have the labels on the same line, then it make the legend too wide. Is there a way to have each legend label be two lines, one for each language? I've induced images to illustrate what my legend currently looks like, and what I would like for it to look like. Of course, if I make the label names two lines, then the associated symbols will need to be centered between them.
Does anyone know if this is possible, and if so, how? Any advice is appreciated!
Vinestone - so I think I've got close to want you want to do. The first thing I did was change the "arrangement" parameter in the Legend Item group (see legend.jpg) and changed the arrangement to "Description/Legend/Patch". Second, I went to Legend Arrangement Options in the Legend dropdown item and changed the Word Wrapping - Labels to 1 inch. Then my legend shows in the legend2.jpg. I'm not sure how longer descriptions will impact this behavior but it's a start.
Hi Vinestone,
Unfortunately, there is is nothing currently in the UI that would allows a multiline label. I think Robert (thanks, Robert!) provided the best workaround outside of using python to create your own legend.
Tom
If you are symbolizing your data with the Unique Values renderer, the Description property supports multi-line text. However, most other renderers don't have a Description property. You can learn more about Unique Values here: https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/unique-value.htm