<?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: Graph builder &amp;quot;properties&amp;quot; comment in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-builder-quot-properties-quot-comment/m-p/898314#M105824</link>
    <description>&lt;P&gt;Most likely some indexes related to Legend Display / Legend Model / Legend Item / Legend Box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example &amp;lt;&amp;lt; Get Item for LegendBox has &lt;EM&gt;Model ID&lt;/EM&gt; and &lt;EM&gt;Model Index&lt;/EM&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");
gb = Graph Builder(
	Variables(X(:height), Y(:weight), Overlay(:sex), Color(:age)),
	Elements(Points(X, Y, Legend(1)), Smoother(X, Y, Legend(2)))
);
lgnd = gb &amp;lt;&amp;lt; Get Legend Display;
item = lgnd &amp;lt;&amp;lt; Get Item(2, 1);
Print(item &amp;lt;&amp;lt; Get Type);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 02 Sep 2025 13:51:21 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-09-02T13:51:21Z</dc:date>
    <item>
      <title>Graph builder "properties" comment</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-builder-quot-properties-quot-comment/m-p/898313#M105823</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to use use GB. the script says&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Properties( 4&lt;/P&gt;
&lt;P&gt;Properties( 1&lt;/P&gt;
&lt;P&gt;etc...&lt;/P&gt;
&lt;P&gt;Can anyone please help me understand what does the number mean? 4, 1 ??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 13:39:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-builder-quot-properties-quot-comment/m-p/898313#M105823</guid>
      <dc:creator>ALV2025</dc:creator>
      <dc:date>2025-09-02T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Graph builder "properties" comment</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-builder-quot-properties-quot-comment/m-p/898314#M105824</link>
      <description>&lt;P&gt;Most likely some indexes related to Legend Display / Legend Model / Legend Item / Legend Box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example &amp;lt;&amp;lt; Get Item for LegendBox has &lt;EM&gt;Model ID&lt;/EM&gt; and &lt;EM&gt;Model Index&lt;/EM&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");
gb = Graph Builder(
	Variables(X(:height), Y(:weight), Overlay(:sex), Color(:age)),
	Elements(Points(X, Y, Legend(1)), Smoother(X, Y, Legend(2)))
);
lgnd = gb &amp;lt;&amp;lt; Get Legend Display;
item = lgnd &amp;lt;&amp;lt; Get Item(2, 1);
Print(item &amp;lt;&amp;lt; Get Type);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Sep 2025 13:51:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-builder-quot-properties-quot-comment/m-p/898314#M105824</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-09-02T13:51:21Z</dc:date>
    </item>
  </channel>
</rss>

