<?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: Where to add code for Custom Graphs in SAS VA in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-to-add-code-for-Custom-Graphs-in-SAS-VA/m-p/438509#M9511</link>
    <description>Here's an example from the 'net to enhance a chart;&lt;BR /&gt;title "The Danger of High Price-Earnings Ratios";&lt;BR /&gt;footnote j=l "Source: Robert J. Shiller";&lt;BR /&gt;proc sgplot data=pe_data noautolegend nocycleattrs;&lt;BR /&gt;yaxis offsetmin=0;&lt;BR /&gt;band x=year upper=pe10 lower=0 / fillattrs=(color=red);&lt;BR /&gt;band x=year upper=20 lower=0;&lt;BR /&gt;refline 20 / label="PE=20";&lt;BR /&gt;refline 10 20 30 40 / lineattrs=GraphGridLines;&lt;BR /&gt;series x=year y=pe10 / lineattrs=GraphData1 datalabel=label;&lt;BR /&gt;run;</description>
    <pubDate>Mon, 19 Feb 2018 22:45:23 GMT</pubDate>
    <dc:creator>OscarBoots2</dc:creator>
    <dc:date>2018-02-19T22:45:23Z</dc:date>
    <item>
      <title>Where to add code for Custom Graphs in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-to-add-code-for-Custom-Graphs-in-SAS-VA/m-p/438508#M9510</link>
      <description>&lt;P&gt;Hi Forum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been creating some custom graphs &amp;amp; want to enhance them further.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen some great graphs that use SGPLOT code to change the properties etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I haven't found is where in VA I should add that code so it can make those changes to the graph?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 22:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-to-add-code-for-Custom-Graphs-in-SAS-VA/m-p/438508#M9510</guid>
      <dc:creator>OscarBoots2</dc:creator>
      <dc:date>2018-02-19T22:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Where to add code for Custom Graphs in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-to-add-code-for-Custom-Graphs-in-SAS-VA/m-p/438509#M9511</link>
      <description>Here's an example from the 'net to enhance a chart;&lt;BR /&gt;title "The Danger of High Price-Earnings Ratios";&lt;BR /&gt;footnote j=l "Source: Robert J. Shiller";&lt;BR /&gt;proc sgplot data=pe_data noautolegend nocycleattrs;&lt;BR /&gt;yaxis offsetmin=0;&lt;BR /&gt;band x=year upper=pe10 lower=0 / fillattrs=(color=red);&lt;BR /&gt;band x=year upper=20 lower=0;&lt;BR /&gt;refline 20 / label="PE=20";&lt;BR /&gt;refline 10 20 30 40 / lineattrs=GraphGridLines;&lt;BR /&gt;series x=year y=pe10 / lineattrs=GraphData1 datalabel=label;&lt;BR /&gt;run;</description>
      <pubDate>Mon, 19 Feb 2018 22:45:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-to-add-code-for-Custom-Graphs-in-SAS-VA/m-p/438509#M9511</guid>
      <dc:creator>OscarBoots2</dc:creator>
      <dc:date>2018-02-19T22:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Where to add code for Custom Graphs in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-to-add-code-for-Custom-Graphs-in-SAS-VA/m-p/438512#M9512</link>
      <description>And just to put this in context here's a link to instructions on creating these graphs;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2011/12/22/creating-graphs-can-be-a-multi-layered-piece-of-cake/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2011/12/22/creating-graphs-can-be-a-multi-layered-piece-of-cake/&lt;/A&gt;</description>
      <pubDate>Mon, 19 Feb 2018 22:58:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-to-add-code-for-Custom-Graphs-in-SAS-VA/m-p/438512#M9512</guid>
      <dc:creator>OscarBoots2</dc:creator>
      <dc:date>2018-02-19T22:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Where to add code for Custom Graphs in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-to-add-code-for-Custom-Graphs-in-SAS-VA/m-p/438515#M9513</link>
      <description>&lt;P&gt;SAS code can't be used in SAS VA, except when called as part of a stored process. This link explains how these work:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/vaug/69957/HTML/default/viewer.htm#p08zq1v1bfz46an1frvdohjtjiap.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/vaug/69957/HTML/default/viewer.htm#p08zq1v1bfz46an1frvdohjtjiap.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that the resultant graphs in VA will be static images and will not contain any of the dynamic interaction capabilities of graphs constructed in VA itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS VA has it's own "custom graph" objects that can only be created in the VA interface.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 23:23:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-to-add-code-for-Custom-Graphs-in-SAS-VA/m-p/438515#M9513</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-02-19T23:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Where to add code for Custom Graphs in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-to-add-code-for-Custom-Graphs-in-SAS-VA/m-p/438517#M9514</link>
      <description>&lt;P&gt;Thanks SasKiwi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's what I wanted to know!&amp;nbsp; :&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 23:38:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-to-add-code-for-Custom-Graphs-in-SAS-VA/m-p/438517#M9514</guid>
      <dc:creator>OscarBoots2</dc:creator>
      <dc:date>2018-02-19T23:38:17Z</dc:date>
    </item>
  </channel>
</rss>

