Arcade labeling and stacking

6368
1
08-02-2017 06:05 AM
RickyReid
New Contributor III

I have a label expression in arcade and using "\n" I create a new line, however for some labels this works properly and for others it doesn't stack at all.  It will put everything on one line.  If I turn on "Stack Label" in the position properties it will stack but only because there is a non visible space between them. That also forces a new line in place that I don't want it.  It also does this if I try the expression in vbScript using " vbnewline". Any way to fix this?

0 Kudos
1 Reply
LeonS
by
Occasional Contributor III

Hello,

Check out this thread...  It refers to the TextFormatting.NewLine text constant in arcade.  It currently has a limitation in AGOL that you might be running into.

https://community.esri.com/thread/190353-how-do-i-create-multiline-labels-using-arcade-functions

Leon