<?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: Remove Control Chart Axis Labels in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Remove-Control-Chart-Axis-Labels/m-p/34521#M20449</link>
    <description>&lt;P&gt;Thanks for your help! I put that in my script and it worked great!&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2017 13:46:58 GMT</pubDate>
    <dc:creator>rfeick</dc:creator>
    <dc:date>2017-01-16T13:46:58Z</dc:date>
    <item>
      <title>Remove Control Chart Axis Labels</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-Control-Chart-Axis-Labels/m-p/34495#M20424</link>
      <description>&lt;P&gt;I have a script that imports data then manipulates the data and makes control charts. The person I'm writing it for does not want labels or tick marks along the x axis. I built the control charts using control chart builder and I removed the the x axis labels and tick marks, but when I run the script it puts them back.&amp;nbsp; Everything else I've done in control chart builder is replicated when the script is run. Is there a way to fix this? Here's the section of my script related to the control chart:&lt;/P&gt;&lt;PRE&gt;Control Chart Builder(
	Size( 534, 440 ),
	Show Two Shewhart Charts( 0 ),
	Show Control Panel( 0 ),
	Show Capability( 0 ),
	Variables( Y( :Name( "0.5 Micron Particulate (part/m3)" ) ) ),
	Chart( Points( Statistic( "Individual" ) ), Limits( Sigma ) ),
	SendToReport(
		Dispatch(
			{},
			"Control Chart Builder",
			OutlineBox,
			{Set Title( "IR Control  Chart" )}
		),
		Dispatch(
			{},
			"0.5 Micron Particulate (part",
			ScaleBox,
			{Min( 0 ), Max( 400000 ), Inc( 50000 ), Minor Ticks( 0 ),
			Add Ref Line( 125000, "Dashed", "Purple", "125000", 1 ),
			Add Ref Line( 352000, "DashDotDot", "Cyan", "352000", 1 )}
		),
		Dispatch(
			{},
			"graph display 1 title",
			TextEditBox,
			{Set Text(
				char(RM[r]) ||" 0.5 Micron Particulate (part/m3) "|| char(As Date(:Date[1]))|| " - " || char(As Date(:Date[NRows()]))
			)}
		)
	)
);&lt;/PRE&gt;</description>
      <pubDate>Sat, 14 Jan 2017 00:06:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-Control-Chart-Axis-Labels/m-p/34495#M20424</guid>
      <dc:creator>rfeick</dc:creator>
      <dc:date>2017-01-14T00:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Control Chart Axis Labels</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-Control-Chart-Axis-Labels/m-p/34496#M20425</link>
      <description>&lt;P&gt;This script deals with the issue by deleting the X Axis Box&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;ccb=Control Chart Builder(
	Size( 534, 440 ),
	Show Two Shewhart Charts( 0 ),
	Show Control Panel( 0 ),
	Show Capability( 0 ),
	Variables( Y( :Name( "0.5 Micron Particulate (part/m3)" ) ) ),
	Chart( Points( Statistic( "Individual" ) ), Limits( Sigma ) ),
	SendToReport(
		Dispatch(
			{},
			"Control Chart Builder",
			OutlineBox,
			{Set Title( "IR Control  Chart" )}
		),
		Dispatch(
			{},
			"0.5 Micron Particulate (part",
			ScaleBox,
			{Min( 0 ), Max( 400000 ), Inc( 50000 ), Minor Ticks( 0 ),
			Add Ref Line( 125000, "Dashed", "Purple", "125000", 1 ),
			Add Ref Line( 352000, "DashDotDot", "Cyan", "352000", 1 )}
		),
		Dispatch(
			{},
			"graph display 1 title",
			TextEditBox,
			{Set Text(
				char(RM[r]) ||" 0.5 Micron Particulate (part/m3) "|| char(As Date(:Date[1]))|| " - " || char(As Date(:Date[NRows()]))
			)}
		)
	)
);
report(ccb)[AxisBox(1)]&amp;lt;&amp;lt;delete;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 14 Jan 2017 01:52:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-Control-Chart-Axis-Labels/m-p/34496#M20425</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-01-14T01:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Control Chart Axis Labels</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-Control-Chart-Axis-Labels/m-p/34521#M20449</link>
      <description>&lt;P&gt;Thanks for your help! I put that in my script and it worked great!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 13:46:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-Control-Chart-Axis-Labels/m-p/34521#M20449</guid>
      <dc:creator>rfeick</dc:creator>
      <dc:date>2017-01-16T13:46:58Z</dc:date>
    </item>
  </channel>
</rss>

