<?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 change the appearance of values in the chart using proc sgplot? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-appearance-of-values-in-the-chart-using-proc/m-p/378639#M13097</link>
    <description>&lt;P&gt;Add&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;datalabelattrs=(Weight=Bold)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to your vbar options (after the / ).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see what else you can control with this option in the documentation below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#n0p7vdd69sgf3wn1479qxqxuryrt.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#n0p7vdd69sgf3wn1479qxqxuryrt.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2017 11:45:15 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2017-07-24T11:45:15Z</dc:date>
    <item>
      <title>How to change the appearance of values in the chart using proc sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-appearance-of-values-in-the-chart-using-proc/m-p/378636#M13096</link>
      <description>&lt;P&gt;I'm able to generate the below chart using the following code. However, I want to bold all the values (e.g. all the numbers in the chart, Date_Week,ticket_count) in the chart. Appreciate if someone of you help me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf body='/sasuser/Date_Weekly_Reporting.rtf' rs=none style=RTFBLUE;

proc sgplot data=chart;
	title 'count of Tickets by Date_Week';
	vbar Date_Week / response=Ticket_Count datalabel=Ticket_Count group=Resolved_by groupdisplay=cluster;
	label Resolved_by='L2/L3';
	run;

ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10484i3FAC80EA2BA85213/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Bar chart.png" title="Bar chart.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 11:06:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-appearance-of-values-in-the-chart-using-proc/m-p/378636#M13096</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2017-07-24T11:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the appearance of values in the chart using proc sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-appearance-of-values-in-the-chart-using-proc/m-p/378639#M13097</link>
      <description>&lt;P&gt;Add&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;datalabelattrs=(Weight=Bold)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to your vbar options (after the / ).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see what else you can control with this option in the documentation below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#n0p7vdd69sgf3wn1479qxqxuryrt.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#n0p7vdd69sgf3wn1479qxqxuryrt.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 11:45:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-appearance-of-values-in-the-chart-using-proc/m-p/378639#M13097</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-07-24T11:45:15Z</dc:date>
    </item>
  </channel>
</rss>

