<?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 Proc Gchart Raxis error : Order= clause on the axis statement is not valid. The default axis used in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gchart-Raxis-error-Order-clause-on-the-axis-statement-is/m-p/280346#M9958</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have Raxis values ranging from -80 to 0 in proc gchart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i specified as&amp;nbsp;&lt;/P&gt;&lt;P&gt;axis2 order = (-70 to 0 by -10)&lt;BR /&gt;offset=(0,0)&lt;BR /&gt;minor = none&lt;BR /&gt;value = (h=1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i log i see&amp;nbsp;&lt;/P&gt;&lt;P&gt;"WARNING: Order= clause on the axis statement is not valid. The default axis values will be used."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm getting -60 to 0 range values in output. not from -80 to 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2016 08:08:32 GMT</pubDate>
    <dc:creator>vandhan</dc:creator>
    <dc:date>2016-06-27T08:08:32Z</dc:date>
    <item>
      <title>Proc Gchart Raxis error : Order= clause on the axis statement is not valid. The default axis used</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gchart-Raxis-error-Order-clause-on-the-axis-statement-is/m-p/280346#M9958</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have Raxis values ranging from -80 to 0 in proc gchart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i specified as&amp;nbsp;&lt;/P&gt;&lt;P&gt;axis2 order = (-70 to 0 by -10)&lt;BR /&gt;offset=(0,0)&lt;BR /&gt;minor = none&lt;BR /&gt;value = (h=1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i log i see&amp;nbsp;&lt;/P&gt;&lt;P&gt;"WARNING: Order= clause on the axis statement is not valid. The default axis values will be used."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm getting -60 to 0 range values in output. not from -80 to 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 08:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Gchart-Raxis-error-Order-clause-on-the-axis-statement-is/m-p/280346#M9958</guid>
      <dc:creator>vandhan</dc:creator>
      <dc:date>2016-06-27T08:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gchart Raxis error : Order= clause on the axis statement is not valid. The default axis use</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gchart-Raxis-error-Order-clause-on-the-axis-statement-is/m-p/281810#M9986</link>
      <description>&lt;P&gt;Use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;axis2 order = (-70 to 0 by 10)
offset=(0,0)
minor = none
value = (h=1);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The code you originally showed in effect tells SAS to: start the left hand side at a value of -70, decrease by 10 at each step to the right and end at 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the default axis shows -60 I actually doubt that you have values of -80 to display. And if you want to see -80 then starting at -70 would exclude them. To see -80 when you specify an order list then you need to make the upper and lower bounds such that the expected values are displayed.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 22:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Gchart-Raxis-error-Order-clause-on-the-axis-statement-is/m-p/281810#M9986</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-07-01T22:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Gchart Raxis error : Order= clause on the axis statement is not valid. The default axis use</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Gchart-Raxis-error-Order-clause-on-the-axis-statement-is/m-p/281817#M9987</link>
      <description>Awesome thanks&amp;nbsp;&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Jul 2016 00:51:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Gchart-Raxis-error-Order-clause-on-the-axis-statement-is/m-p/281817#M9987</guid>
      <dc:creator>vandhan</dc:creator>
      <dc:date>2016-07-02T00:51:02Z</dc:date>
    </item>
  </channel>
</rss>

