<?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: gchart - how to change the fontsize of statistics - subpercent, sum etc in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/gchart-how-to-change-the-fontsize-of-statistics-subpercent-sum/m-p/69119#M2423</link>
    <description>Well it depends on how you are writing the values to the graph.  I am unfamiliar with the SUBPERCENT option in GCHART.  Could you show me your GCHART step?</description>
    <pubDate>Thu, 02 Sep 2010 04:40:58 GMT</pubDate>
    <dc:creator>ArtC</dc:creator>
    <dc:date>2010-09-02T04:40:58Z</dc:date>
    <item>
      <title>gchart - how to change the fontsize of statistics - subpercent, sum etc</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/gchart-how-to-change-the-fontsize-of-statistics-subpercent-sum/m-p/69118#M2422</link>
      <description>Hi,&lt;BR /&gt;
   I have a grouped subdivided bar chart, where I am printing the statistics subpercent inside the bars and sum of counts outside the bar. How do I change the font size, style etc of these statistics. Please reply, if any one has any solution for this. I tried to set the options for font for the axis, labels etc, but they do not set the statistics.&lt;BR /&gt;
&lt;BR /&gt;
  Thanks,</description>
      <pubDate>Wed, 01 Sep 2010 21:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/gchart-how-to-change-the-fontsize-of-statistics-subpercent-sum/m-p/69118#M2422</guid>
      <dc:creator>Sree_t</dc:creator>
      <dc:date>2010-09-01T21:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: gchart - how to change the fontsize of statistics - subpercent, sum etc</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/gchart-how-to-change-the-fontsize-of-statistics-subpercent-sum/m-p/69119#M2423</link>
      <description>Well it depends on how you are writing the values to the graph.  I am unfamiliar with the SUBPERCENT option in GCHART.  Could you show me your GCHART step?</description>
      <pubDate>Thu, 02 Sep 2010 04:40:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/gchart-how-to-change-the-fontsize-of-statistics-subpercent-sum/m-p/69119#M2423</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-09-02T04:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: gchart - how to change the fontsize of statistics - subpercent, sum etc</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/gchart-how-to-change-the-fontsize-of-statistics-subpercent-sum/m-p/69120#M2424</link>
      <description>One way would be to use the goptions ftext/ctext/htext ... this basically controls *all* the text in the chart.  And then you can over-ride the other pieces of text (ie, the text that is not the values in &amp;amp; on the bars) using axis options and such.  It's a bit tedious, but do-able...&lt;BR /&gt;
&lt;BR /&gt;
Here's a short example:&lt;BR /&gt;
&lt;BR /&gt;
goptions ftext="arial/italic" htext=2.5pct ctext=red;&lt;BR /&gt;
&lt;BR /&gt;
axis1 label=none value=(font="arial" c=black angle=90);&lt;BR /&gt;
axis2 label=none value=(font="arial" c=black);&lt;BR /&gt;
axis3 label=none value=(font="arial" c=black);&lt;BR /&gt;
legend1 label=none value=(font="arial" c=black);&lt;BR /&gt;
&lt;BR /&gt;
data foo; set sashelp.revhub2;&lt;BR /&gt;
format revenue dollar5.1;&lt;BR /&gt;
revenue=revenue/1000000;&lt;BR /&gt;
run;&lt;BR /&gt;
proc gchart data=foo (where=(hub in ('Tokyo' 'Sydney')));&lt;BR /&gt;
vbar type / type=sum sumvar=revenue subgroup=source group=hub&lt;BR /&gt;
 space=0 maxis=axis1 raxis=axis2 gaxis=axis3 outside=sum inside=pct &lt;BR /&gt;
 width=15 legend=legend1;&lt;BR /&gt;
run;</description>
      <pubDate>Thu, 02 Sep 2010 12:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/gchart-how-to-change-the-fontsize-of-statistics-subpercent-sum/m-p/69120#M2424</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-09-02T12:24:48Z</dc:date>
    </item>
  </channel>
</rss>

