<?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: Overlay Line Chart - how to display datapoint labels on chart? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Overlay-Line-Chart-how-to-display-datapoint-labels-on-chart/m-p/38287#M22411</link>
    <description>You can cheat by creating a points chart with the same summary statistic as your desired line chart. Then hold down shift and click the line chart.&lt;BR /&gt;&lt;BR /&gt;To hide the markers, set them to be a space character (Alt 255). To do this select all the rows in the data table. From the rows hotspot select Markers - Other... Click in the text box that appears then hold down the Alt key and type 255. Hit OK.&lt;BR /&gt;&lt;BR /&gt;Now any rows you label will appear on the line in the correct place.</description>
    <pubDate>Wed, 19 Apr 2017 07:47:43 GMT</pubDate>
    <dc:creator>stephen_pearson</dc:creator>
    <dc:date>2017-04-19T07:47:43Z</dc:date>
    <item>
      <title>Overlay Line Chart - how to display datapoint labels on chart?</title>
      <link>https://community.jmp.com/t5/Discussions/Overlay-Line-Chart-how-to-display-datapoint-labels-on-chart/m-p/38012#M22259</link>
      <description>&lt;P&gt;Is there a way (maybe ingenious) to display datapoint values on a Graph Builder overlay line chart?&lt;/P&gt;&lt;P&gt;Example, I do know if I&amp;nbsp;set say&amp;nbsp;dt1&amp;lt;&amp;lt;set label columns("N Things"); I can then get these datapoint labels for "N Things" column to show up on the chart as numbers, but only in a point chart.&amp;nbsp; I was trying to do this but for a line chart now but so far to no avail.&amp;nbsp; Thoughts?&amp;nbsp; DJ&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 22:07:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overlay-Line-Chart-how-to-display-datapoint-labels-on-chart/m-p/38012#M22259</guid>
      <dc:creator>djhanson</dc:creator>
      <dc:date>2017-04-11T22:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay Line Chart - how to display datapoint labels on chart?</title>
      <link>https://community.jmp.com/t5/Discussions/Overlay-Line-Chart-how-to-display-datapoint-labels-on-chart/m-p/38275#M22402</link>
      <description>&lt;P&gt;Using persistent tooltips, you can do this kind of thing:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-04-18 at 17.13.25.png" style="width: 596px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5924iF6F50179CF315693/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-04-18 at 17.13.25.png" alt="Screen Shot 2017-04-18 at 17.13.25.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;NamesDefaultToHere(1);

dt = Open("$SAMPLE_DATA/Big Class.jmp");
dt &amp;lt;&amp;lt; Graph Builder(
			Size( 528, 452 ),
			Show Control Panel( 0 ),
			Variables(
				X( Transform Column( "Row", Formula( Row() ) ) ),
				Y( :height ),
				Overlay( :sex )
			),
			Elements( Line( X, Y, Legend( 11 ) ) ),
			SendToReport(
				Dispatch(
					{},
					"Graph Builder",
					FrameBox,
					{Add Pin Annotation(
						Seg( Line Seg( 2 ) ),
						Index( 3 ),
						Index Row( 11 ),
						UniqueID( 84806150 ),
						FoundPt( {187, 183} ),
						Origin( {12.1797520661157, 64.8846153846154} ),
						Offset( {-9, -63} ),
						Tag Line,
						Font( "Helvetica Neue", 11, "Plain" )
					), Add Pin Annotation(
						Seg( Line Seg( 1 ) ),
						Index( 13 ),
						Index Row( 27 ),
						UniqueID( 84567066 ),
						FoundPt( {355, 230} ),
						Origin( {27.7995867768595, 62.1730769230769} ),
						Offset( {-34, 86} ),
						Tag Line,
						Font( "Helvetica Neue", 11, "Plain" )
					)}
				)
			)
		);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I imagine one could do this through JSL, rather than 'by hand'.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 16:16:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overlay-Line-Chart-how-to-display-datapoint-labels-on-chart/m-p/38275#M22402</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2017-04-18T16:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay Line Chart - how to display datapoint labels on chart?</title>
      <link>https://community.jmp.com/t5/Discussions/Overlay-Line-Chart-how-to-display-datapoint-labels-on-chart/m-p/38287#M22411</link>
      <description>You can cheat by creating a points chart with the same summary statistic as your desired line chart. Then hold down shift and click the line chart.&lt;BR /&gt;&lt;BR /&gt;To hide the markers, set them to be a space character (Alt 255). To do this select all the rows in the data table. From the rows hotspot select Markers - Other... Click in the text box that appears then hold down the Alt key and type 255. Hit OK.&lt;BR /&gt;&lt;BR /&gt;Now any rows you label will appear on the line in the correct place.</description>
      <pubDate>Wed, 19 Apr 2017 07:47:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Overlay-Line-Chart-how-to-display-datapoint-labels-on-chart/m-p/38287#M22411</guid>
      <dc:creator>stephen_pearson</dc:creator>
      <dc:date>2017-04-19T07:47:43Z</dc:date>
    </item>
  </channel>
</rss>

