Jump to content
Software FX Community

Line breaks in Legend


User (Legacy)

Recommended Posts

Hi there. I'm trying to insert a line break in a Series Legend, but the best

I've been able to do is get it to print the "font missing character" square.

Here's what I've tried:

<cfset chart1.setarrayprop("SerLeg",legendLocation,unitName &

"\n(Confidential)")>

<cfset chart1.setarrayprop("SerLeg",legendLocation,unitName &

"<br>(Confidential)")>

<cfset chart1.setarrayprop("SerLeg",legendLocation,unitName & "

(Confidential)")>

It should be obvious that what I want is the value of unitName to appear on

one line, and "(Confidential)" to appear below it.

Can anyone help me with this?

Leon

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...