<?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: Annotate and Layout Datapanel in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Annotate-and-Layout-Datapanel/m-p/361289#M12601</link>
    <description>&lt;P&gt;Thank you for the guidance.&amp;nbsp; I am a big fan of your books!&amp;nbsp; I will read the link.&amp;nbsp; Again thank you very much.&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2017 17:49:08 GMT</pubDate>
    <dc:creator>BLarson</dc:creator>
    <dc:date>2017-05-24T17:49:08Z</dc:date>
    <item>
      <title>Annotate and Layout Datapanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Annotate-and-Layout-Datapanel/m-p/361276#M12597</link>
      <description>&lt;P&gt;Hello, this is my first attempt to annotate a graph proceedure.&amp;nbsp; I am looking to label a individual endpoint.&amp;nbsp; In the below example I am using "wowididit" but this later would be replaced by the actual value.&amp;nbsp; I have created the annotation data set.&amp;nbsp; Then built the template for a Layout Datapanel view with a CLASSVAR (perhaphs this is my issue).&amp;nbsp; I am receiving no errors, however there also is&amp;nbsp;nothing being annimated on the graphical output.&amp;nbsp; Any guidance or suggestions would be greatly appreciated.&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* make annotation dataset */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;DATA&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; SERIESANNO;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;LENGTH&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; function style color &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;$8.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; text &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;$25.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;RETAIN&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; hsys xsys ysys &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"5"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;function=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"label"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;y=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.60&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;position=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"3"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;text=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"wowididit"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;style=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"calibri"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;color=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"bib"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;size=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;OUTPUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;/* series graph template */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;TEMPLATE&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DEFINE&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;STATGRAPH&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; SERIES_PLOT1_1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;BEGINGRAPH&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; /DATACOLORS=(yellow CX000A23 CX0073CF CXE31837 CXD1C9C0 CX00AD50) DATALINEPATTERNS=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;4&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ENTRYTITLE&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TEXTATTRS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(FAMILY=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Calibri"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; SIZE=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt)&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'ITP Completed In &amp;lt;= 10 Days'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;LAYOUT&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATAPANEL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;CLASSVARS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(LOANPURPOSEGROUP) / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;rowdatarange&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=unionall &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ROWS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ROWAXISOPTS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(tickvalues)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;linearopts&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(tickvalueformat=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;PERCENT7.1&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"ITP &amp;lt;= 10 Days"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;) labelattrs=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FAMILY&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Calibri"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SIZE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;COLUMNAXISOPTS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;linearopts&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(viewmax=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Loan Age In Calendar Days"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;) labelattrs=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FAMILY&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Calibri"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SIZE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SIDEBAR&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;discretelegend&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'series'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TITLEATTRS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FAMILY&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Calibri"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SIZE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt) ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ENDSIDEBAR&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;LAYOUT&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;PROTOTYPE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SERIESPLOT&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=DAY_CT &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;y&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=ITD_LT10_PCT / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;GROUP&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=APPDT_YYYYMM &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;NAME&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'series'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" face="Courier New" size="3"&gt;ANNOTATE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ENDLAYOUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ENDLAYOUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ENDGRAPH&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;END&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;SGRENDER&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=WORK.CUMM_GRAPH_EXCL_CANC &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TEMPLATE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=SERIES_PLOT1_1 SGANNO=SERIESANNO;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 17:25:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Annotate-and-Layout-Datapanel/m-p/361276#M12597</guid>
      <dc:creator>BLarson</dc:creator>
      <dc:date>2017-05-24T17:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Annotate and Layout Datapanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Annotate-and-Layout-Datapanel/m-p/361287#M12600</link>
      <description>&lt;P&gt;You cannot use the old style SAS/GRAPH annotation data set with the new SG procedures. &amp;nbsp;You will need to create a new data set that has the annotation syntax supported by SG procedures. &amp;nbsp;See&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#n17wm229xfidj7n1nfx67jsb3yj5.htm" target="_blank"&gt; doc here.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 17:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Annotate-and-Layout-Datapanel/m-p/361287#M12600</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-05-24T17:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Annotate and Layout Datapanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Annotate-and-Layout-Datapanel/m-p/361289#M12601</link>
      <description>&lt;P&gt;Thank you for the guidance.&amp;nbsp; I am a big fan of your books!&amp;nbsp; I will read the link.&amp;nbsp; Again thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 17:49:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Annotate-and-Layout-Datapanel/m-p/361289#M12601</guid>
      <dc:creator>BLarson</dc:creator>
      <dc:date>2017-05-24T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Annotate and Layout Datapanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Annotate-and-Layout-Datapanel/m-p/361310#M12603</link>
      <description>&lt;P&gt;I understand now where I was off.&amp;nbsp; I was now successful in my attempt.&amp;nbsp; Again I greatly appreciate the guidance!!&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 18:32:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Annotate-and-Layout-Datapanel/m-p/361310#M12603</guid>
      <dc:creator>BLarson</dc:creator>
      <dc:date>2017-05-24T18:32:21Z</dc:date>
    </item>
  </channel>
</rss>

