<?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: Controlling Data/Procedure/Graphics Output Areas in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84719#M3130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Mike!&amp;nbsp; I'll try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2012 16:33:11 GMT</pubDate>
    <dc:creator>JasonL</dc:creator>
    <dc:date>2012-06-15T16:33:11Z</dc:date>
    <item>
      <title>Controlling Data/Procedure/Graphics Output Areas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84712#M3123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to expand the bar chart to the empty area in the right side of the graphics box in the attached.&amp;nbsp; Is this a matter of increasing the size of the "Data Area"?&amp;nbsp; If yes, how can that be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how do I control the Procedure Output Area?&amp;nbsp; And Graphics Output Area?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;BR /&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 14:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84712#M3123</guid>
      <dc:creator>JasonL</dc:creator>
      <dc:date>2012-06-15T14:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling Data/Procedure/Graphics Output Areas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84713#M3124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What did you use to create this particular bar chart? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 14:07:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84713#M3124</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-06-15T14:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling Data/Procedure/Graphics Output Areas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84714#M3125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GChart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 14:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84714#M3125</guid>
      <dc:creator>JasonL</dc:creator>
      <dc:date>2012-06-15T14:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling Data/Procedure/Graphics Output Areas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84715#M3126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if you specify a wider bar width, that extra space will be used by the bar chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 14:18:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84715#M3126</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-06-15T14:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling Data/Procedure/Graphics Output Areas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84716#M3127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you don't have any blank titles and/or footnotes on the right-hand side, reserving white-space there ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typically, to make the gchart wider so that it will fill more of the available space, you can make the bars wider and/or the space between the bars bigger (using the gchart vbar 'width=' to control the bar width, and the 'space=' option to control the amount of space).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A word of caution though - If you make them "too big" you could run out of space, and then gchart typically reverts back to various default settings.&amp;nbsp; Also, if your data changes, and you have more bars, they might not fit if you're hard-coding the width= and space=.&amp;nbsp; I'm not 100% sure, but I think that the font also affects the bar width in some cases (therefore if you get it 'just right' and then change the font, your bar widths might be different).&amp;nbsp; It's a bit of "black magic" to get it just right, like you're wanting, I suppose &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 14:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84716#M3127</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-06-15T14:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling Data/Procedure/Graphics Output Areas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84717#M3128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both, Dan and Robert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a bit tricky in my case because I need to create a huge number of charts with different numbers of bars.&amp;nbsp; I need to change the bar width and space dynamically and am hoping to maximize and pre-determine the size of the "Data Area".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 14:27:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84717#M3128</guid>
      <dc:creator>JasonL</dc:creator>
      <dc:date>2012-06-15T14:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling Data/Procedure/Graphics Output Areas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84718#M3129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... another way to change the width of the entire chart is to &lt;A href="http://www.sascommunity.org/wiki/Changing_the_Appearance_of_Vertical_Bar_Charts_using_the_HPOS_Option"&gt;change the HPOS option&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(the blue is a link ... might be worth a try)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 16:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84718#M3129</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2012-06-15T16:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling Data/Procedure/Graphics Output Areas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84719#M3130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Mike!&amp;nbsp; I'll try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 16:33:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84719#M3130</guid>
      <dc:creator>JasonL</dc:creator>
      <dc:date>2012-06-15T16:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling Data/Procedure/Graphics Output Areas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84720#M3131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Mike - it worked and it's simple!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 13:11:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Data-Procedure-Graphics-Output-Areas/m-p/84720#M3131</guid>
      <dc:creator>JasonL</dc:creator>
      <dc:date>2012-06-18T13:11:27Z</dc:date>
    </item>
  </channel>
</rss>

