<?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 to add label to red reference line? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/559915#M77344</link>
    <description>&lt;P&gt;maybe this: &lt;LI-MESSAGE title="Add Ref Lines to Graphs" uid="559874" url="https://community.jmp.com/t5/Uncharted/Add-Ref-Lines-to-Graphs/m-p/559874#U559874" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2022 13:41:20 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2022-10-25T13:41:20Z</dc:date>
    <item>
      <title>How to add label to red reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/559670#M77328</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How can I add label to the reference lines?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my code:&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
sliderValue = 1;

dothisonchange = Function( {val},
	tb &amp;lt;&amp;lt; Set Text( "Cpk : " || Substr( Char( val ), 1, 4 ) )
);

Mean = 60;
std = 0.5;
New Window( "", 

	H List Box(
		V List Box(
			tb = Text Box( "Value: " || Char( sliderValue ) ),
			sb = Slider Box(
				1,
				3,
				sliderValue, 
			
				&amp;lt;&amp;lt;Set function(
					Function( {this}, 
					

						sliderValue = this &amp;lt;&amp;lt; Get;
						LL = Mean - (sliderValue * 3 * std);
						UL = Mean + (sliderValue * 3 * std);
					//Set the slider and call the other function
						sb &amp;lt;&amp;lt; Set( sliderValue );
						dothisonchange( sliderValue );
					);
				
				);
				LL = Mean - (sliderValue * 3 * 0.5);
				UL = Mean + (sliderValue * 3 * std);
			
			
				dothisonchange( sliderValue );
			), 
		
			Button Box( "Add Reference line",
				gbfb1 = Report( gb )[Framebox( 1 )];

				gs1 = Expr(

					gbfb1 &amp;lt;&amp;lt; AddGraphicsScript(

						Pen Color( "Red" );

						Pen Size( 2 );
						H Line( ::exx = LL );
						H Line( ::exy = UL );
					)
				);

				gs1;
			
			)
		),
		V List Box(
			gb = dt &amp;lt;&amp;lt; Variability Chart( Y( :height ), X( :sex ), Show Range Bars( 0 ), Std Dev Chart( 0 ), Points Jittered( 1 ) );
			gb = dt &amp;lt;&amp;lt; Graph Builder(

				Size( 373, 325 ), 

				Show Control Panel( 0 ), 

				Variables( X( Transform Column( "Row", Formula( Row() ) ) ), Y( :height ) )

			)
	
	
			;
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacksmith12_0-1666633214981.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46540iE5EE9B85AEBA0244/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacksmith12_0-1666633214981.png" alt="Jacksmith12_0-1666633214981.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:00:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/559670#M77328</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2023-06-09T16:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to add label to red reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/559730#M77331</link>
      <description>&lt;PRE&gt;&amp;nbsp;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Oct 2022 13:52:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/559730#M77331</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-10-25T13:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to add label to red reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/559915#M77344</link>
      <description>&lt;P&gt;maybe this: &lt;LI-MESSAGE title="Add Ref Lines to Graphs" uid="559874" url="https://community.jmp.com/t5/Uncharted/Add-Ref-Lines-to-Graphs/m-p/559874#U559874" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 13:41:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/559915#M77344</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-10-25T13:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to add label to red reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/559935#M77345</link>
      <description>&lt;P&gt;Instead of using the Add Graphics Script code, could you use Add Ref Line to work around the issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Transform Column( "Row", Formula( Row() ) ),
	Variables( X( :Row ), Y( :height ) ),
	Elements( Points( X, Y, Legend( 3 ) ), Smoother( X, Y, Legend( 4 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"Row",
			ScaleBox,
			{Add Ref Line( LL, "Solid", "Black", "My Label", 1 )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Oct 2022 14:11:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/559935#M77345</guid>
      <dc:creator>Jed_Campbell</dc:creator>
      <dc:date>2022-10-25T14:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add label to red reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/560012#M77350</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/610"&gt;@Jed_Campbell&lt;/a&gt;&amp;nbsp; Thanks. I want to dynamically move reference lines using slider box. Add ref lines doesn't move dynamically by varying slider box.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 15:51:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/560012#M77350</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2022-10-25T15:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to add label to red reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/560033#M77353</link>
      <description>&lt;P&gt;I'm not sure if you can move graphics script outside Frame Box, but if you are ok having the label inside FrameBox&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1666713879068.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46557i4D93CF5424241C3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1666713879068.png" alt="jthi_0-1666713879068.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can add Text to your graphic script&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Text Color("Red");
Text({0, LL}, "Lower");
Text({0, UL}, "Upper");&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Oct 2022 16:06:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/560033#M77353</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-10-25T16:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to add label to red reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/560041#M77356</link>
      <description>&lt;P&gt;The slider script must remove the previous reference line and add the new line when the variable changes.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 16:44:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/560041#M77356</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2022-10-25T16:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to add label to red reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/560049#M77358</link>
      <description>&lt;P&gt;Here is a rework of the code that uses add ref line to show the dynamic lines&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1666717198902.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46561iF8FC802E8E87D29A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1666717198902.png" alt="txnelson_0-1666717198902.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" );
sliderValue = 1;

dothisonchange = Function( {val},
	tb &amp;lt;&amp;lt; Set Text( "Cpk : " || Substr( Char( val ), 1, 4 ) )
);

Flag = 0;
Mean = 60;
std = 0.5;
LL = Mean - (sliderValue * 3 * 0.5);
UL = Mean + (sliderValue * 3 * std);
holdLL = LL;
holdUL = UL;
New Window( "", 

	H List Box(
		V List Box(
			tb = Text Box( "Value: " || Char( sliderValue ) ),
			sb = Slider Box(
				1,
				3,
				sliderValue,
				sliderValue = sb &amp;lt;&amp;lt; Get;
				LL = Mean - (sliderValue * 3 * std);
				UL = Mean + (sliderValue * 3 * std);
					//Set the slider and call the other function
				sb &amp;lt;&amp;lt; Set( sliderValue );
				gbfb1 = Report( gb )["Graph Builder"][AxisBox( 2 )];
				LL = Mean - (sliderValue * 3 * 0.5);
				UL = Mean + (sliderValue * 3 * std);
				Try( gbfb1 &amp;lt;&amp;lt; remove ref line( holdLL ) );
				Try( gbfb1 &amp;lt;&amp;lt; remove ref line( holdUL ) );
				If( Flag == 1,
					gbfb1 &amp;lt;&amp;lt; add ref line( LL, Solid, red, "LL" );
					gbfb1 &amp;lt;&amp;lt; add ref line( UL, Solid, red, "UL" );
				);
				holdLL = LL;
				holdUL = UL;
				dothisonchange( sliderValue );
			), 
		
			Button Box( "Add Reference line",
				If( Flag == 0,
					Flag = 1;
					gbfb1 = Report( gb )["Graph Builder"][AxisBox( 2 )];
					LL = Mean - (sliderValue * 3 * 0.5);
					UL = Mean + (sliderValue * 3 * std);
					Try( gbfb1 &amp;lt;&amp;lt; remove ref line( holdLL ) );
					Try( gbfb1 &amp;lt;&amp;lt; remove ref line( holdUL ) );
					gbfb1 &amp;lt;&amp;lt; add ref line( LL, Solid, red, "LL" );
					gbfb1 &amp;lt;&amp;lt; add ref line( UL, Solid, red, "UL" );
					dothisonchange( sliderValue );
				)
			)
		)
	),
	V List Box(
		gb = dt &amp;lt;&amp;lt; Variability Chart(
			Y( :height ),
			X( :sex ),
			Show Range Bars( 0 ),
			Std Dev Chart( 0 ),
			Points Jittered( 1 )
		);
		gb = dt &amp;lt;&amp;lt; Graph Builder(

			Size( 373, 325 ), 

			Show Control Panel( 0 ), 

			Variables( X( Transform Column( "Row", Formula( Row() ) ) ), Y( :height ) )
		);
	)		
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Oct 2022 17:00:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/560049#M77358</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-10-25T17:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to add label to red reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/560155#M77366</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;Remove ref line doen't work. I came up revert axis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another question: If say, I'm running 2 variability charts height and weight, I'd like to add reference line to both of them and vary with the slider box. How could I implement that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the code with revert axis: I want to add ref line to both the variability charts and vary the ref line with slider box&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
sliderValue = 1;

dothisonchange = Function( {val},
	tb &amp;lt;&amp;lt; Set Text( "Cpk : " || Substr( Char( val ), 1, 4 ) )
);

Flag = 0;
Mean = 60;
std = 0.5;
LL = Mean - (sliderValue * 3 * 0.5);
UL = Mean + (sliderValue * 3 * std);
holdLL = LL;
holdUL = UL;
New Window( "", 

	H List Box(
		V List Box(
			tb = Text Box( "Value: " || Char( sliderValue ) ),
			sb = Slider Box(
				1,
				3,
				sliderValue,
				sliderValue = sb &amp;lt;&amp;lt; Get;
				LL = Mean - (sliderValue * 3 * std);
				UL = Mean + (sliderValue * 3 * std);
					//Set the slider and call the other function
				sb &amp;lt;&amp;lt; Set( sliderValue );
				gbfb1 = Report( gb )[AxisBox( 1 )];
				LL = Mean - (sliderValue * 3 * std);
				UL = Mean + (sliderValue * 3 * std);
				gbfb1 &amp;lt;&amp;lt; revert axis;
				If( Flag == 1,
					gbfb1 &amp;lt;&amp;lt; add ref line( LL, Solid, red, "LL" );
					gbfb1 &amp;lt;&amp;lt; add ref line( UL, Solid, red, "UL" );
				);
				holdLL = LL;
				holdUL = UL;
				dothisonchange( sliderValue );
			), 
		
			Button Box( "Add Reference line",
				If( Flag == 0,
					Flag = 1;
					gbfb1 = Report( gb )[AxisBox( 1 )];
					LL = Mean - (sliderValue * 3 * 0.5);
					UL = Mean + (sliderValue * 3 * std);
					gbfb1 &amp;lt;&amp;lt; revert axis;
					gbfb1 &amp;lt;&amp;lt; add ref line( LL, Solid, red, "LL" );
					gbfb1 &amp;lt;&amp;lt; add ref line( UL, Solid, red, "UL" );
					dothisonchange( sliderValue );
				)
			)
		)
	),
	V List Box(
		gb = dt &amp;lt;&amp;lt; Variability Chart(
			Y( :height, : weight ),
			X( :sex ),
			Show Range Bars( 0 ),
			Std Dev Chart( 0 ),
			Points Jittered( 1 )
		);

	)		
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Oct 2022 20:27:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/560155#M77366</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2022-10-25T20:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to add label to red reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/560161#M77368</link>
      <description>&lt;P&gt;The Remove Ref Line works fine on my system.&amp;nbsp; The issue with the Revert Axis is that if anything on the axis has been changed, it will go back to the original setting when the Revert Axis is run.&amp;nbsp; So if the actual axis range or increments have been changed, the revert axis moves the axis back to the original.&amp;nbsp; I think the issue you were having is possibly a timing issue, so I have added in a Wait(0) which I believe might fix the issue for you.&amp;nbsp; Also, you were no longer pointing to the correct charts after you added in the Weight column to the Variability Platform.&amp;nbsp; After that change, the Output Display structure is changed.&amp;nbsp; There are now 2 separate reporting branches.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;gb[1]&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;gb[2]&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
sliderValue = 1;

dothisonchange = Function( {val},
	tb &amp;lt;&amp;lt; Set Text( "Cpk : " || Substr( Char( val ), 1, 4 ) )
);

Flag = 0;
Mean = 60;
wMean = 105;
wstd = 2;
std = 0.5;
LL = Mean - (sliderValue * 3 * std);
UL = Mean + (sliderValue * 3 * std);
holdLL = LL;
holdUL = UL;
wLL = wMean - (sliderValue * 3 * wstd);
wUL = wMean + (sliderValue * 3 * wstd);
wholdLL = LL;
wholdUL = UL;
New Window( "", 

	H List Box(
		V List Box(
			tb = Text Box( "Value: " || Char( sliderValue ) ),
			sb = Slider Box(
				1,
				3,
				sliderValue,
				sliderValue = sb &amp;lt;&amp;lt; Get;
				LL = Mean - (sliderValue * 3 * std);
				UL = Mean + (sliderValue * 3 * std);
				wLL = wMean - (sliderValue * 3 * wstd);
				wUL = wMean + (sliderValue * 3 * wstd);
					//Set the slider and call the other function
				sb &amp;lt;&amp;lt; Set( sliderValue );
				gbfb1 = Report( gb[1] )[AxisBox( 1 )];
				gbfb2 = Report( gb[2] )[AxisBox( 1 )];
				LL = Mean - (sliderValue * 3 * std);
				UL = Mean + (sliderValue * 3 * std);
				wLL = wMean - (sliderValue * 3 * wstd);
				wUL = wMean + (sliderValue * 3 * wstd);
				//gbfb1 &amp;lt;&amp;lt; revert axis;
				try(gbfb1 &amp;lt;&amp;lt; remove ref line(holdLL));
				try(gbfb1 &amp;lt;&amp;lt; remove ref line(holdUL));
				try(gbfb2 &amp;lt;&amp;lt; remove ref line(wholdLL));
				try(gbfb2 &amp;lt;&amp;lt; remove ref line(wholdUL));
				wait(0);
				If( Flag == 1,
					gbfb1 &amp;lt;&amp;lt; add ref line( LL, Solid, red, "LL" );
					gbfb1 &amp;lt;&amp;lt; add ref line( UL, Solid, red, "UL" );
					gbfb2 &amp;lt;&amp;lt; add ref line( wLL, Solid, red, "LL" );
					gbfb2 &amp;lt;&amp;lt; add ref line( wUL, Solid, red, "UL" );
				);
				holdLL = LL;
				holdUL = UL;
				wholdLL = wLL;
				wholdUL = wUL;
				dothisonchange( sliderValue );
			), 
		
			Button Box( "Add Reference line",
				If( Flag == 0,
					Flag = 1;
					gbfb1 = Report( gb[1] )[AxisBox( 1 )];
					gbfb2 = Report( gb[2] )[AxisBox( 1 )];
					LL = Mean - (sliderValue * 3 * std);
					UL = Mean + (sliderValue * 3 * std);
					wLL = wMean - (sliderValue * 3 * wstd);
					wUL = wMean + (sliderValue * 3 * wstd);
					try(gbfb1 &amp;lt;&amp;lt; remove ref line(holdLL));
					try(gbfb1 &amp;lt;&amp;lt; remove ref line(holdUL));
					try(gbfb2 &amp;lt;&amp;lt; remove ref line(wholdLL));
					try(gbfb2 &amp;lt;&amp;lt; remove ref line(wholdUL));
					gbfb1 &amp;lt;&amp;lt; add ref line( LL, Solid, red, "LL" );
					gbfb1 &amp;lt;&amp;lt; add ref line( UL, Solid, red, "UL" );
					gbfb2 &amp;lt;&amp;lt; add ref line( wLL, Solid, red, "LL" );
					gbfb2 &amp;lt;&amp;lt; add ref line( wUL, Solid, red, "UL" );
					dothisonchange( sliderValue );
				)
			)
		)
	),
	V List Box(
		gb = dt &amp;lt;&amp;lt; Variability Chart(
			Y( :height, : weight ),
			X( :sex ),
			Show Range Bars( 0 ),
			Std Dev Chart( 0 ),
			Points Jittered( 1 )
		);

	)		
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;See the new code for how the change is handled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 21:07:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/560161#M77368</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-10-25T21:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to add label to red reference line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/562888#M77595</link>
      <description>&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:51:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-label-to-red-reference-line/m-p/562888#M77595</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2022-11-01T17:51:55Z</dc:date>
    </item>
  </channel>
</rss>

