<?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: how do I add a reference lines to each control chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-do-I-add-a-reference-lines-to-each-control-chart/m-p/47603#M27139</link>
    <description>&lt;P&gt;Apparently you and&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/7547"&gt;@bharathu&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/How-to-add-reference-lines-from-a-reference-line-table-into-a/m-p/47574#M27117" target="_self"&gt;How to add a reference line........&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;have the same homework assignment:-)&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3605"&gt;@ian_jmp&lt;/a&gt;&amp;nbsp;gave a very good response to the question&lt;/P&gt;</description>
    <pubDate>Fri, 24 Nov 2017 03:30:18 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-11-24T03:30:18Z</dc:date>
    <item>
      <title>how do I add a reference lines to each control chart</title>
      <link>https://community.jmp.com/t5/Discussions/how-do-I-add-a-reference-lines-to-each-control-chart/m-p/47568#M27115</link>
      <description>&lt;P&gt;In my script I am trying to add a reference line to each control chart. "Graph_line" is a list of values that I want to use as the reference lines. There are 63 items in Graph_lines which corresponds to the 63 different UNIT_MODELs that I am charting. I tried to use a for loop and I realize that this is somewhat primitive but my overall understanding of jmp&amp;nbsp;right now&amp;nbsp;is still low. Pleas help! Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Control Chart(
	Group Size( 1 ),
	KSigma( 3 ),
	Chart Col( :Name( "Sum(BIN_COUNT, 1)" ), Individual Measurement ),
	by( :UNIT_MODEL),
	For(i = 1, i &amp;lt;= n items(Graph_line), i++,
	ref = Graph_line[i];
	SendToReport(
		Dispatch(
			{"Individual Measurement of Sum(BIN_COUNT, 1)"},
			"2",
			ScaleBox,
			{Add Ref Line( ref, "Solid", "Dark Blue", "", 2 )}
				)		
				)
				)
	);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Nov 2017 21:03:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-do-I-add-a-reference-lines-to-each-control-chart/m-p/47568#M27115</guid>
      <dc:creator>ben</dc:creator>
      <dc:date>2017-11-22T21:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: how do I add a reference lines to each control chart</title>
      <link>https://community.jmp.com/t5/Discussions/how-do-I-add-a-reference-lines-to-each-control-chart/m-p/47603#M27139</link>
      <description>&lt;P&gt;Apparently you and&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/7547"&gt;@bharathu&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/How-to-add-reference-lines-from-a-reference-line-table-into-a/m-p/47574#M27117" target="_self"&gt;How to add a reference line........&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;have the same homework assignment:-)&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3605"&gt;@ian_jmp&lt;/a&gt;&amp;nbsp;gave a very good response to the question&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 03:30:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-do-I-add-a-reference-lines-to-each-control-chart/m-p/47603#M27139</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-11-24T03:30:18Z</dc:date>
    </item>
  </channel>
</rss>

