<?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 Display X Axis Value in multiple lines using PROC SGPLOT in SAS9.2 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Display-X-Axis-Value-in-multiple-lines-using-PROC-SGPLOT-in-SAS9/m-p/277213#M58733</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As the subject indicates, my sas version is 9.2, so the fitpolicy option in the xaxis statment only have the following values: STAGGER,ROTATE,THIN and its combinations, &lt;STRONG&gt;without the split option&lt;/STRONG&gt;. &amp;nbsp;Since my values for the axis is a little bit long , running the code below generates an ugly graph. I am wondering if there is any other possible way to display the values on the X axis in mutiline mode? Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data = Ind_stat; &lt;BR /&gt;xaxis type = discrete label = "ind" &lt;STRONG&gt;fitpolicy = staggerrotate&lt;/STRONG&gt; display = (noticks); &lt;BR /&gt;yaxis label = "# of Customers";&lt;BR /&gt;vbar hy/response = n datalabel;&lt;BR /&gt;run; &lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12655i31F9345FE30FA3FB/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="91694361635596462.jpg" title="91694361635596462.jpg" /&gt;</description>
    <pubDate>Tue, 14 Jun 2016 12:59:09 GMT</pubDate>
    <dc:creator>Wang_Yajun</dc:creator>
    <dc:date>2016-06-14T12:59:09Z</dc:date>
    <item>
      <title>Display X Axis Value in multiple lines using PROC SGPLOT in SAS9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-X-Axis-Value-in-multiple-lines-using-PROC-SGPLOT-in-SAS9/m-p/277213#M58733</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As the subject indicates, my sas version is 9.2, so the fitpolicy option in the xaxis statment only have the following values: STAGGER,ROTATE,THIN and its combinations, &lt;STRONG&gt;without the split option&lt;/STRONG&gt;. &amp;nbsp;Since my values for the axis is a little bit long , running the code below generates an ugly graph. I am wondering if there is any other possible way to display the values on the X axis in mutiline mode? Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data = Ind_stat; &lt;BR /&gt;xaxis type = discrete label = "ind" &lt;STRONG&gt;fitpolicy = staggerrotate&lt;/STRONG&gt; display = (noticks); &lt;BR /&gt;yaxis label = "# of Customers";&lt;BR /&gt;vbar hy/response = n datalabel;&lt;BR /&gt;run; &lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12655i31F9345FE30FA3FB/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="91694361635596462.jpg" title="91694361635596462.jpg" /&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:59:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-X-Axis-Value-in-multiple-lines-using-PROC-SGPLOT-in-SAS9/m-p/277213#M58733</guid>
      <dc:creator>Wang_Yajun</dc:creator>
      <dc:date>2016-06-14T12:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display X Axis Value in multiple lines using PROC SGPLOT in SAS9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-X-Axis-Value-in-multiple-lines-using-PROC-SGPLOT-in-SAS9/m-p/277238#M58734</link>
      <description>Hi:&lt;BR /&gt;  This might be more quickly answered if you posted it in the SAS/GRAPH and ODS Graphics forum -- that is where all the graph folks are watching postings.&lt;BR /&gt;cynthia</description>
      <pubDate>Tue, 14 Jun 2016 14:06:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-X-Axis-Value-in-multiple-lines-using-PROC-SGPLOT-in-SAS9/m-p/277238#M58734</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-06-14T14:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Display X Axis Value in multiple lines using PROC SGPLOT in SAS9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Display-X-Axis-Value-in-multiple-lines-using-PROC-SGPLOT-in-SAS9/m-p/277417#M58753</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN class="login-bold"&gt;Cynthia&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your advice.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 00:51:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Display-X-Axis-Value-in-multiple-lines-using-PROC-SGPLOT-in-SAS9/m-p/277417#M58753</guid>
      <dc:creator>Wang_Yajun</dc:creator>
      <dc:date>2016-06-15T00:51:56Z</dc:date>
    </item>
  </channel>
</rss>

