<?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 control the hight of bars in proc gchart vbar in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-control-the-hight-of-bars-in-proc-gchart-vbar/m-p/296105#M10484</link>
    <description>&lt;P&gt;I'm confused.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your current code SUMVAR controls the height. If you want something else you'll have to clarify.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Sep 2016 13:34:02 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-09-02T13:34:02Z</dc:date>
    <item>
      <title>How to control the hight of bars in proc gchart vbar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-control-the-hight-of-bars-in-proc-gchart-vbar/m-p/296066#M10482</link>
      <description>&lt;P&gt;Hi SAS experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am trying to control the hights of bar graph.How can I controll the hights of bar graph..Below is my code..please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;axis1 label=none major=none minor=none style=0&lt;BR /&gt;value=none;&lt;BR /&gt;axis2 label=none;&lt;BR /&gt;legend1 label=(position=top) position=(right middle)&lt;BR /&gt;across=1 shape=bar(.11in,.11in);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;pattern1 v=solid color=CXB22222;&lt;BR /&gt;pattern2 v=solid color=CXFF00FF;&lt;BR /&gt;pattern3 v=solid color=CXB8860B;&lt;BR /&gt;/*pattern4 v=solid color=CX8B4513;*/&lt;BR /&gt;/*pattern5 v=solid color=CX556B2F;*/&lt;BR /&gt;/*pattern6 v=solid color=CX6495ED;*/&lt;BR /&gt;/*pattern7 v=solid color=CX4169E1;*/&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods pdf file="path&amp;amp;name..pdf";&lt;BR /&gt;proc gchart data=test&amp;amp;name.;&lt;BR /&gt;vbar3d YEAR / discrete&lt;BR /&gt;sumvar=sales&lt;BR /&gt;shape=cylinder&lt;BR /&gt;subgroup=type&lt;BR /&gt;cframe=grayaa&lt;BR /&gt;caxis=black&lt;BR /&gt;width=10&lt;BR /&gt;space=4&lt;BR /&gt;legend=legend1&lt;BR /&gt;maxis=axis2&lt;BR /&gt;raxis=axis1&lt;BR /&gt;des="total sales for &amp;amp;name.";&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 08:24:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-control-the-hight-of-bars-in-proc-gchart-vbar/m-p/296066#M10482</guid>
      <dc:creator>sanjay1</dc:creator>
      <dc:date>2016-09-02T08:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to control the hight of bars in proc gchart vbar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-control-the-hight-of-bars-in-proc-gchart-vbar/m-p/296105#M10484</link>
      <description>&lt;P&gt;I'm confused.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your current code SUMVAR controls the height. If you want something else you'll have to clarify.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 13:34:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-control-the-hight-of-bars-in-proc-gchart-vbar/m-p/296105#M10484</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-02T13:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to control the hight of bars in proc gchart vbar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-control-the-hight-of-bars-in-proc-gchart-vbar/m-p/296141#M10485</link>
      <description>&lt;P&gt;The apparent height is going to be controlled by combinations of the device display area and the axis settings. For example if you vertical axis is set to diplay y values from 0 to 100 your bar heights will be different than if the axis is showing 0 to 50 for the same device settings. If you do not specify the y axis options&amp;nbsp;such as ORDER, to control tickmarks,&amp;nbsp;then SAS will generate a default one that displays the values involved and will vary depending on the data. .&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 15:32:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-control-the-hight-of-bars-in-proc-gchart-vbar/m-p/296141#M10485</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-02T15:32:09Z</dc:date>
    </item>
  </channel>
</rss>

