<?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 axis in the syntax PROC gchart in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231804#M42213</link>
    <description>&lt;P&gt;label _Equipment="Airplanes";&lt;/P&gt;</description>
    <pubDate>Tue, 27 Oct 2015 12:36:10 GMT</pubDate>
    <dc:creator>slangan</dc:creator>
    <dc:date>2015-10-27T12:36:10Z</dc:date>
    <item>
      <title>How to label axis in the syntax PROC gchart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231746#M42189</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc gchart data=AIRPLANES;
hbar3d _Equipment /sumvar= number_of_flights
label ="AIRPLANES ";
TITLE "the barplot of airplanes used in national US flights (higher than 500)";
run;quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hi, I draw a 3D barplot, and I want to label the&amp;nbsp;"_Equipment" as&amp;nbsp;"_Equipment", but it doesn't work, as time is very urgent to make a report, is there any one tell me how to label &amp;nbsp;the axis in this case?&lt;/P&gt;
&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 23:17:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231746#M42189</guid>
      <dc:creator>DingDing</dc:creator>
      <dc:date>2015-10-26T23:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to label axis in the syntax PROC gchart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231755#M42197</link>
      <description>You don't appear to be using LABEL properly. Check the docs. It also looks like you want to label _Equipment as _Equipment so it would be the same?</description>
      <pubDate>Tue, 27 Oct 2015 00:33:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231755#M42197</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-10-27T00:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to label axis in the syntax PROC gchart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231773#M42204</link>
      <description>sorry, i mean, I want to label the "_Equipment" as "AIRPLANES ",</description>
      <pubDate>Tue, 27 Oct 2015 07:49:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231773#M42204</guid>
      <dc:creator>DingDing</dc:creator>
      <dc:date>2015-10-27T07:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to label axis in the syntax PROC gchart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231777#M42206</link>
      <description>So do you have any idea?</description>
      <pubDate>Tue, 27 Oct 2015 08:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231777#M42206</guid>
      <dc:creator>DingDing</dc:creator>
      <dc:date>2015-10-27T08:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to label axis in the syntax PROC gchart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231804#M42213</link>
      <description>&lt;P&gt;label _Equipment="Airplanes";&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2015 12:36:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231804#M42213</guid>
      <dc:creator>slangan</dc:creator>
      <dc:date>2015-10-27T12:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to label axis in the syntax PROC gchart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231814#M42215</link>
      <description>Thank you so much!!!! it works!!!</description>
      <pubDate>Tue, 27 Oct 2015 13:45:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-label-axis-in-the-syntax-PROC-gchart/m-p/231814#M42215</guid>
      <dc:creator>DingDing</dc:creator>
      <dc:date>2015-10-27T13:45:29Z</dc:date>
    </item>
  </channel>
</rss>

