<?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 Linking Charts in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Linking-Charts/m-p/15430#M301</link>
    <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to do some data mining using graphs (sort of).&lt;BR /&gt;
&lt;BR /&gt;
say i have c=a+b&lt;BR /&gt;
and my graph is displaying "c" as a line plot. I want to be able to (for example) right click the graph and choose "a" or "b" and display line plots of those; or something along those lines.&lt;BR /&gt;
&lt;BR /&gt;
Has anyone got any hints/ ideas/ code?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sachin</description>
    <pubDate>Tue, 12 Oct 2010 01:26:36 GMT</pubDate>
    <dc:creator>SachinRuk</dc:creator>
    <dc:date>2010-10-12T01:26:36Z</dc:date>
    <item>
      <title>Linking Charts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Linking-Charts/m-p/15430#M301</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to do some data mining using graphs (sort of).&lt;BR /&gt;
&lt;BR /&gt;
say i have c=a+b&lt;BR /&gt;
and my graph is displaying "c" as a line plot. I want to be able to (for example) right click the graph and choose "a" or "b" and display line plots of those; or something along those lines.&lt;BR /&gt;
&lt;BR /&gt;
Has anyone got any hints/ ideas/ code?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sachin</description>
      <pubDate>Tue, 12 Oct 2010 01:26:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Linking-Charts/m-p/15430#M301</guid>
      <dc:creator>SachinRuk</dc:creator>
      <dc:date>2010-10-12T01:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Charts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Linking-Charts/m-p/15431#M302</link>
      <description>The only two ways I know of in SAS/Graph to provide multiple drilldown selections for each marker/bar/etc in a graph is to use some custom javascript, or use device=javameta.&lt;BR /&gt;
&lt;BR /&gt;
Here's an example using javascript:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd23/overlib.htm" target="_blank"&gt;http://robslink.com/SAS/democd23/overlib.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd23/overlib_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd23/overlib_info.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Here's an example using javameta:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd23/bar2meta.htm" target="_blank"&gt;http://robslink.com/SAS/democd23/bar2meta.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd23/bar2meta_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd23/bar2meta_info.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
But, although this is "possible" to do, I usually find that I can do what I need by using single drilldowns (which uses simpler code, and makes things simpler on the user of the graph).</description>
      <pubDate>Tue, 12 Oct 2010 13:33:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Linking-Charts/m-p/15431#M302</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-10-12T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Charts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Linking-Charts/m-p/15432#M303</link>
      <description>thanks robert</description>
      <pubDate>Wed, 13 Oct 2010 05:43:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Linking-Charts/m-p/15432#M303</guid>
      <dc:creator>SachinRuk</dc:creator>
      <dc:date>2010-10-13T05:43:27Z</dc:date>
    </item>
  </channel>
</rss>

