<?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 Adding Data Labels in a graph using scripting in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Adding-Data-Labels-in-a-graph-using-scripting/m-p/41171#M24006</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need help in adding the Data Labels in a graph using Scripting. I want to display always the data value of the recent row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I marked the column as Label, and I also marked the row as label. But I don't know how can I write the script for the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jun 2017 09:15:24 GMT</pubDate>
    <dc:creator>sibanibisoyi</dc:creator>
    <dc:date>2017-06-26T09:15:24Z</dc:date>
    <item>
      <title>Adding Data Labels in a graph using scripting</title>
      <link>https://community.jmp.com/t5/Discussions/Adding-Data-Labels-in-a-graph-using-scripting/m-p/41171#M24006</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need help in adding the Data Labels in a graph using Scripting. I want to display always the data value of the recent row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I marked the column as Label, and I also marked the row as label. But I don't know how can I write the script for the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 09:15:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Adding-Data-Labels-in-a-graph-using-scripting/m-p/41171#M24006</guid>
      <dc:creator>sibanibisoyi</dc:creator>
      <dc:date>2017-06-26T09:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Data Labels in a graph using scripting</title>
      <link>https://community.jmp.com/t5/Discussions/Adding-Data-Labels-in-a-graph-using-scripting/m-p/41181#M24016</link>
      <description>&lt;P&gt;Below is an example of how to accomplish what you want. &amp;nbsp;You need to get familiar with the Scripting Index. &amp;nbsp;It will provide you with the documentation and examples of how to do things such as you have asked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Scripting Index&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();
dt:Column 1 &amp;lt;&amp;lt; Set labelled;
dt &amp;lt;&amp;lt; select where( :Pressure == 60 ) &amp;lt;&amp;lt; label;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Jun 2017 11:10:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Adding-Data-Labels-in-a-graph-using-scripting/m-p/41181#M24016</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-26T11:10:15Z</dc:date>
    </item>
  </channel>
</rss>

