<?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 GMAP Legend Size in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GMAP-Legend-Size/m-p/75839#M2820</link>
    <description>Does anyone know how to increase the font size and height/width of the legend used in GMAP?&lt;BR /&gt;
legend1 shape=bar(.15in,.15in) frame cshadow=gray label=(position=left font="arial/bold");</description>
    <pubDate>Wed, 14 Oct 2009 22:30:10 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-10-14T22:30:10Z</dc:date>
    <item>
      <title>GMAP Legend Size</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GMAP-Legend-Size/m-p/75839#M2820</link>
      <description>Does anyone know how to increase the font size and height/width of the legend used in GMAP?&lt;BR /&gt;
legend1 shape=bar(.15in,.15in) frame cshadow=gray label=(position=left font="arial/bold");</description>
      <pubDate>Wed, 14 Oct 2009 22:30:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GMAP-Legend-Size/m-p/75839#M2820</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-10-14T22:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: GMAP Legend Size</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GMAP-Legend-Size/m-p/75840#M2821</link>
      <description>You can control the size of the text using the height= option for the legend label, and the legend values.  Here's a non-sense example that demonstrates how...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
legend1 shape=bar(.15in,.15in) frame cshadow=gray &lt;BR /&gt;
 label=(position=left height=5pct font="arial/bold")&lt;BR /&gt;
 value=(height=3pct font="arial")&lt;BR /&gt;
 ; &lt;BR /&gt;
&lt;BR /&gt;
 proc gmap data=maps.us map=maps.us;&lt;BR /&gt;
  id state;&lt;BR /&gt;
  choro state / levels=5 legend=legend1;&lt;BR /&gt;
run;</description>
      <pubDate>Fri, 23 Oct 2009 12:17:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GMAP-Legend-Size/m-p/75840#M2821</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2009-10-23T12:17:03Z</dc:date>
    </item>
  </channel>
</rss>

