<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Multiline label for reference line? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Multiline-label-for-reference-line/m-p/285819#M55163</link>
    <description>&lt;P&gt;Is there any way to have a two-line label for a reference line? My lable has to be long and it eats up a lot of valuable screen space. Would be ideal if I could break it into two lines. Any way to achieve that?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:04:50 GMT</pubDate>
    <dc:creator>miguello</dc:creator>
    <dc:date>2023-06-11T11:04:50Z</dc:date>
    <item>
      <title>Multiline label for reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/Multiline-label-for-reference-line/m-p/285819#M55163</link>
      <description>&lt;P&gt;Is there any way to have a two-line label for a reference line? My lable has to be long and it eats up a lot of valuable screen space. Would be ideal if I could break it into two lines. Any way to achieve that?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:04:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiline-label-for-reference-line/m-p/285819#M55163</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2023-06-11T11:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline label for reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/Multiline-label-for-reference-line/m-p/285833#M55166</link>
      <description>&lt;P&gt;I don't believe there is a direct way to do it.&amp;nbsp; I was hoping that by embedding \!n, the standard new line sequence that it would break the line, but it does not recognize it&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="twolines.PNG" style="width: 332px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26227i65B71AE2D50377BF/image-dimensions/332x255?v=v2" width="332" height="255" role="button" title="twolines.PNG" alt="twolines.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You could draw the reference line without any label, and then use the &amp;lt;&amp;lt; Add Graphics Script&amp;nbsp; to add the info&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="twolines2.PNG" style="width: 331px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/26228i3A2710891862353D/image-dimensions/331x284?v=v2" width="331" height="284" role="button" title="twolines2.PNG" alt="twolines2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt = open("$SAMPLE_DATA/big class.jmp");

ow = Oneway(
	Y( :height ),
	X( :sex ),
	SendToReport(
		Dispatch( {}, "1", ScaleBox, {Add Ref Line( 65, "Solid", "Black", "", 1 )} )
	)
);

report(ow)[framebox(1)] &amp;lt;&amp;lt; add graphics script(
	Text( Center Justified, {2, 65}, "Two" );
				Text( Center Justified, {2, 64}, "Lines" );
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 20:16:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiline-label-for-reference-line/m-p/285833#M55166</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-08-13T20:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline label for reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/Multiline-label-for-reference-line/m-p/285838#M55168</link>
      <description>Yeah, looks like this is the easiest workaround. Thanks!</description>
      <pubDate>Thu, 13 Aug 2020 20:56:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiline-label-for-reference-line/m-p/285838#M55168</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2020-08-13T20:56:31Z</dc:date>
    </item>
  </channel>
</rss>

