<?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 Chart Report - Expand label size in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Chart-Report-Expand-label-size/m-p/162675#M12557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a chart report (attached image), however I can not increase the size where this description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOPTIONS device = png xpixels ypixels = 750 = 350;&lt;/P&gt;&lt;P&gt;axis1 order = (1 to 10 by 1) ​​minor = none major = none style = 0 offset = (5.0,5.0) value = none;&lt;/P&gt;&lt;P&gt;axis2 label = none order = (2011 to 2014 by 1) ​​minor = none major = none value = (angle = 90) style = 0 offset = (2.0,2.0);&lt;/P&gt;&lt;P&gt;axis3 order = (1 to 10 by 1) ​​minor = none major = none label = none value = none style = 0 offset = (5.0,5.0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I keep the size of the graph and expand the size of the label??&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11211iE0EADDC1A04CDEC1/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="chart.png" title="chart.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 13:49:15 GMT</pubDate>
    <dc:creator>DavidCaliman</dc:creator>
    <dc:date>2014-04-01T13:49:15Z</dc:date>
    <item>
      <title>Chart Report - Expand label size</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Chart-Report-Expand-label-size/m-p/162675#M12557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a chart report (attached image), however I can not increase the size where this description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOPTIONS device = png xpixels ypixels = 750 = 350;&lt;/P&gt;&lt;P&gt;axis1 order = (1 to 10 by 1) ​​minor = none major = none style = 0 offset = (5.0,5.0) value = none;&lt;/P&gt;&lt;P&gt;axis2 label = none order = (2011 to 2014 by 1) ​​minor = none major = none value = (angle = 90) style = 0 offset = (2.0,2.0);&lt;/P&gt;&lt;P&gt;axis3 order = (1 to 10 by 1) ​​minor = none major = none label = none value = none style = 0 offset = (5.0,5.0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I keep the size of the graph and expand the size of the label??&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11211iE0EADDC1A04CDEC1/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="chart.png" title="chart.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 13:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Chart-Report-Expand-label-size/m-p/162675#M12557</guid>
      <dc:creator>DavidCaliman</dc:creator>
      <dc:date>2014-04-01T13:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Report - Expand label size</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Chart-Report-Expand-label-size/m-p/162676#M12558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have the answer for you however I do have questions that might lead you to your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are the labels short because the length of the variable is short?&amp;nbsp; In other programs, when I used the LABEL option to display the label values, not the variable names, my labels would be truncated on small width variables. &lt;/LI&gt;&lt;LI&gt;Do all the labels display if GOPTIONS are at their default levels?&amp;nbsp; To reset all graphic options to their default values, specify RESET=GOPTIONS:&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;Which program are you using to create your chart?&amp;nbsp; Proc GCHART, SGCHART, etc.... According to my ODS reference book, your answer may be in the SAS/GRAPH Reference book., (" 'Controlling the Appearance of Your Graphs' ")&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/66521/HTML/default/viewer.htm#graphwhatsnew94.htm"&gt;http://support.sas.com/documentation/cdl/en/graphref/66521/HTML/default/viewer.htm#graphwhatsnew94.htm&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 15:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Chart-Report-Expand-label-size/m-p/162676#M12558</guid>
      <dc:creator>jwillis</dc:creator>
      <dc:date>2014-04-01T15:08:23Z</dc:date>
    </item>
  </channel>
</rss>

