<?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 Re: Change wrap title font size with JSL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Change-wrap-title-font-size-with-JSL/m-p/463094#M70776</link>
    <description>&lt;P&gt;This object does not respond to that message. It does not have a property for the font either.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Feb 2022 20:28:13 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2022-02-22T20:28:13Z</dc:date>
    <item>
      <title>Change wrap title font size with JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Change-wrap-title-font-size-with-JSL/m-p/463044#M70771</link>
      <description>&lt;P&gt;Is it possible to change the font size of wrap-plot titles in Graph Builder with JSL? &amp;nbsp;(JMP 16)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also curious how experienced users go about answering this question for themselves... &amp;nbsp;I opened up the Properties pane of a GB window and clicked on a wrap-plot-title and it said it's a "GraphBuilderGroupBox". &amp;nbsp;So I created a new script and tried to change the font of one of those boxes but it errored out:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb = Graph Builder(
	Size( 949, 830 ),
	Graph Spacing( 5 ),
	Variables( X( :Skill ), Wrap( :Proficiency Level ), Overlay( :Grade ) ),
	Elements( Bar( X, Legend( 12 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"",
			ScaleBox,
			{Scale( "Log" ), Format( "Best", 6 ), Min( 0.5 ), Max( 111 ), Inc( 1 ),
			Minor Ticks( 1 )}
		)
	)
);&lt;BR /&gt;gbb = Report( gb )[Graph Builder Box(1)]; &lt;BR /&gt;gbb &amp;lt;&amp;lt; Set Font Size( 48 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;DIV&gt;Ideally we'd like a script that will let us toggle the font size of the wrap-titles in the current GB window from normal size to ~48 point. &amp;nbsp;Is this possible?&lt;/DIV&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:22:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-wrap-title-font-size-with-JSL/m-p/463044#M70771</guid>
      <dc:creator>BHarris</dc:creator>
      <dc:date>2023-06-11T11:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change wrap title font size with JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Change-wrap-title-font-size-with-JSL/m-p/463094#M70776</link>
      <description>&lt;P&gt;This object does not respond to that message. It does not have a property for the font either.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 20:28:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-wrap-title-font-size-with-JSL/m-p/463094#M70776</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2022-02-22T20:28:13Z</dc:date>
    </item>
  </channel>
</rss>

