<?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: Colors in the chart in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Colors-in-the-chart/m-p/154218#M5740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick help. But again, My plot is not giving upto 100%. it just giving me the max percent that is available in the data. I want the plot to be up to 100%. &lt;/P&gt;&lt;P&gt;Also, I would like to represent the percentage number on the bar itself. how i can i do it...?&lt;/P&gt;&lt;P&gt;Plz help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Sep 2014 14:36:58 GMT</pubDate>
    <dc:creator>NareshAbburi</dc:creator>
    <dc:date>2014-09-22T14:36:58Z</dc:date>
    <item>
      <title>Colors in the chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Colors-in-the-chart/m-p/154216#M5738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I wrote following code for the attached Data and got the attached graph. But I want something like colorful graph that I've attached. &lt;/P&gt;&lt;P&gt;Please help me get colors in my graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS GRaphics on;&lt;/P&gt;&lt;P&gt;proc chart data=Multiplot;&lt;/P&gt;&lt;P&gt;vbar Client / sumvar = percent discrete type=Percent&lt;/P&gt;&lt;P&gt;subgroup = cross;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10975iE566ED7CF646C849/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10976iF512C5E1C14A6530/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="I dont want this.PNG" title="I dont want this.PNG" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10977i5F3B3CEA11673686/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture_requirement.PNG" title="Capture_requirement.PNG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 14:28:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Colors-in-the-chart/m-p/154216#M5738</guid>
      <dc:creator>NareshAbburi</dc:creator>
      <dc:date>2014-09-22T14:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in the chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Colors-in-the-chart/m-p/154217#M5739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll want to use "proc gchart" rather than "proc chart".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 14:33:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Colors-in-the-chart/m-p/154217#M5739</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-09-22T14:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in the chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Colors-in-the-chart/m-p/154218#M5740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick help. But again, My plot is not giving upto 100%. it just giving me the max percent that is available in the data. I want the plot to be up to 100%. &lt;/P&gt;&lt;P&gt;Also, I would like to represent the percentage number on the bar itself. how i can i do it...?&lt;/P&gt;&lt;P&gt;Plz help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 14:36:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Colors-in-the-chart/m-p/154218#M5740</guid>
      <dc:creator>NareshAbburi</dc:creator>
      <dc:date>2014-09-22T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in the chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Colors-in-the-chart/m-p/154219#M5741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are a beginner with Gchart, you will probably want to take some time to look through the examples, to see if any of them are similar to the chart you want, and then use them as a starting place. The link below should take you to those examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A href="http://support.sas.com/sassamples/graphgallery/PROC_GCHART.html" title="http://support.sas.com/sassamples/graphgallery/PROC_GCHART.html"&gt;Support.sas.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the order= option on the axis statement, to force the response axis to go from 0 to 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a gchart vbar, you can use the inside= or outside= option to place numbers at the top of the bars.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 14:42:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Colors-in-the-chart/m-p/154219#M5741</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-09-22T14:42:46Z</dc:date>
    </item>
  </channel>
</rss>

