I’m having trouble displaying Link Labels properly when a link Route specifies Routing=“AvoidsNodes”. I’m using LinkPanel.Orientation=“Along”.
I have a LinkPanel with a LinkRoute inside it. If I do not specify the Routing, I get labels like this:
But if I add Routing=“AvoidsNodes”, my labels look like this:
Why is this happening and, more importantly, what can I do to fix it?
Thanks,
Bob