<?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 SG annotation, display label in one line in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SG-annotation-display-label-in-one-line/m-p/407721#M13930</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to display the label in one line in the following code?&amp;nbsp; I mean 'Average Height 62 Inches' should display in one line?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data Line;&lt;BR /&gt;&amp;nbsp; infile datalines dlm='#';&lt;BR /&gt;&amp;nbsp; length label $ 27&lt;BR /&gt;&amp;nbsp; textcolor $ 9&lt;BR /&gt;&amp;nbsp; linecolor $ 9;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input function $ x1 y1 label x2 y2 textcolor linecolor;&lt;BR /&gt;datalines;&lt;BR /&gt;text # 20 # 70 # Average Height 62 Inches # . # . # blue #&lt;BR /&gt;line # 10 # 60 # # 99 # 60 # # blue&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;proc sgplot data=sashelp.class sganno=Line;&lt;BR /&gt;scatter x=weight y=height;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2017 16:44:21 GMT</pubDate>
    <dc:creator>Ram_SAS</dc:creator>
    <dc:date>2017-10-26T16:44:21Z</dc:date>
    <item>
      <title>SG annotation, display label in one line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SG-annotation-display-label-in-one-line/m-p/407721#M13930</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to display the label in one line in the following code?&amp;nbsp; I mean 'Average Height 62 Inches' should display in one line?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data Line;&lt;BR /&gt;&amp;nbsp; infile datalines dlm='#';&lt;BR /&gt;&amp;nbsp; length label $ 27&lt;BR /&gt;&amp;nbsp; textcolor $ 9&lt;BR /&gt;&amp;nbsp; linecolor $ 9;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input function $ x1 y1 label x2 y2 textcolor linecolor;&lt;BR /&gt;datalines;&lt;BR /&gt;text # 20 # 70 # Average Height 62 Inches # . # . # blue #&lt;BR /&gt;line # 10 # 60 # # 99 # 60 # # blue&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;proc sgplot data=sashelp.class sganno=Line;&lt;BR /&gt;scatter x=weight y=height;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 16:44:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SG-annotation-display-label-in-one-line/m-p/407721#M13930</guid>
      <dc:creator>Ram_SAS</dc:creator>
      <dc:date>2017-10-26T16:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: SG annotation, display label in one line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SG-annotation-display-label-in-one-line/m-p/407723#M13931</link>
      <description>&lt;P&gt;Add:&lt;/P&gt;
&lt;P&gt;width = 100;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to your SG annotation data set.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 16:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SG-annotation-display-label-in-one-line/m-p/407723#M13931</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-10-26T16:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: SG annotation, display label in one line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SG-annotation-display-label-in-one-line/m-p/407724#M13932</link>
      <description>&lt;P&gt;Use the WIDTH column to set the text box wide enough so that the text does not wrap.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 16:49:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SG-annotation-display-label-in-one-line/m-p/407724#M13932</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-10-26T16:49:47Z</dc:date>
    </item>
  </channel>
</rss>

