<?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: How to label xaxis and yaxis gchart? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-label-xaxis-and-yaxis-gchart/m-p/487362#M126987</link>
    <description>&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;vbar &lt;SPAN class="token function"&gt;year&lt;/SPAN&gt; &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt;midpoints&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;2014&lt;/SPAN&gt; &lt;SPAN class="token number"&gt;2015&lt;/SPAN&gt; &lt;SPAN class="token number"&gt;2016&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;) raxis=axis1 maxis=axis2;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 16 Aug 2018 12:04:28 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-08-16T12:04:28Z</dc:date>
    <item>
      <title>How to label xaxis and yaxis gchart?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-label-xaxis-and-yaxis-gchart/m-p/487351#M126982</link>
      <description>&lt;P&gt;Dear Community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am trying to label my axis but it doesnt seem to work.&lt;/P&gt;&lt;P&gt;I just cant find the mistake! Can anybody please help?&lt;/P&gt;&lt;P&gt;Instead of FREQUENCY it should say: "Number of unique drugs" and instead of year midpoint, it should only say "year"&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title 'Number of unique drugs per year';

axis1 label=('Number of unique drugs');
axis2 label=('year');

proc gchart data=uniquedrugs123;
vbar year /midpoints=(2014 2015 2016);
run;&lt;/CODE&gt;&lt;/PRE&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="Balkendiagramm_uniquedrugs1416.JPG" style="width: 369px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22479iD11143E070C338B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Balkendiagramm_uniquedrugs1416.JPG" alt="Balkendiagramm_uniquedrugs1416.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 11:35:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-label-xaxis-and-yaxis-gchart/m-p/487351#M126982</guid>
      <dc:creator>marysmith</dc:creator>
      <dc:date>2018-08-16T11:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to label xaxis and yaxis gchart?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-label-xaxis-and-yaxis-gchart/m-p/487362#M126987</link>
      <description>&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;vbar &lt;SPAN class="token function"&gt;year&lt;/SPAN&gt; &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt;midpoints&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;2014&lt;/SPAN&gt; &lt;SPAN class="token number"&gt;2015&lt;/SPAN&gt; &lt;SPAN class="token number"&gt;2016&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;) raxis=axis1 maxis=axis2;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Aug 2018 12:04:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-label-xaxis-and-yaxis-gchart/m-p/487362#M126987</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-08-16T12:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to label xaxis and yaxis gchart?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-label-xaxis-and-yaxis-gchart/m-p/487375#M126993</link>
      <description>Thank you!!!!</description>
      <pubDate>Thu, 16 Aug 2018 12:20:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-label-xaxis-and-yaxis-gchart/m-p/487375#M126993</guid>
      <dc:creator>marysmith</dc:creator>
      <dc:date>2018-08-16T12:20:12Z</dc:date>
    </item>
  </channel>
</rss>

