<?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: Enlarging Inset table font and size in Proc Lifetest plot in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Enlarging-Inset-table-font-and-size-in-Proc-Lifetest-plot/m-p/774500#M25387</link>
    <description>&lt;P&gt;Actually, I figured it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the modified version of the documentation code:&lt;/P&gt;&lt;LI-CODE lang="sas"&gt;%macro StmtsBottom;
   dynamic %do i = 1 %to 3; StrVal&amp;amp;i NObs&amp;amp;i NEvent&amp;amp;i %end;;
   layout gridded /  columns=3 border=TRUE autoalign=(TopRight);
      entry ""; entry "Event" / textattrs=GraphData&amp;amp;i(size=12pt weight=bold family="Times New Roman"); entry "Total" / textattrs=GraphData&amp;amp;i(size=12pt weight=bold family="Times New Roman");
      %do i = 1 %to 3;
         %let t = / textattrs=GraphData&amp;amp;i(size=12pt family="Times New Roman");
         entry halign=right Strval&amp;amp;i &amp;amp;t; entry NEvent&amp;amp;i &amp;amp;t; entry NObs&amp;amp;i &amp;amp;t;
      %end;
   endlayout;
%mend;&lt;/LI-CODE&gt;&lt;P&gt;How do I mark as solved?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Oct 2021 14:08:02 GMT</pubDate>
    <dc:creator>rwat1</dc:creator>
    <dc:date>2021-10-15T14:08:02Z</dc:date>
    <item>
      <title>Enlarging Inset table font and size in Proc Lifetest plot</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Enlarging-Inset-table-font-and-size-in-Proc-Lifetest-plot/m-p/774490#M25386</link>
      <description>&lt;P&gt;I was able to successfully reproduce the documentation which creates an inset table inside a survival plot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_kaplan_sect030.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_kaplan_sect030.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I spent over 1.5 hours trying to figure out how to enlarge the font size. I need it to be in a poster atleast 25 pots.&lt;/P&gt;&lt;P&gt;I tried adding&amp;nbsp;valueattrs,&amp;nbsp;labelattrs,&amp;nbsp;textattrs ,&lt;SPAN&gt;titleattrs, but none of it works.... please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 13:36:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Enlarging-Inset-table-font-and-size-in-Proc-Lifetest-plot/m-p/774490#M25386</guid>
      <dc:creator>rwat1</dc:creator>
      <dc:date>2021-10-15T13:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarging Inset table font and size in Proc Lifetest plot</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Enlarging-Inset-table-font-and-size-in-Proc-Lifetest-plot/m-p/774500#M25387</link>
      <description>&lt;P&gt;Actually, I figured it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the modified version of the documentation code:&lt;/P&gt;&lt;LI-CODE lang="sas"&gt;%macro StmtsBottom;
   dynamic %do i = 1 %to 3; StrVal&amp;amp;i NObs&amp;amp;i NEvent&amp;amp;i %end;;
   layout gridded /  columns=3 border=TRUE autoalign=(TopRight);
      entry ""; entry "Event" / textattrs=GraphData&amp;amp;i(size=12pt weight=bold family="Times New Roman"); entry "Total" / textattrs=GraphData&amp;amp;i(size=12pt weight=bold family="Times New Roman");
      %do i = 1 %to 3;
         %let t = / textattrs=GraphData&amp;amp;i(size=12pt family="Times New Roman");
         entry halign=right Strval&amp;amp;i &amp;amp;t; entry NEvent&amp;amp;i &amp;amp;t; entry NObs&amp;amp;i &amp;amp;t;
      %end;
   endlayout;
%mend;&lt;/LI-CODE&gt;&lt;P&gt;How do I mark as solved?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 14:08:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Enlarging-Inset-table-font-and-size-in-Proc-Lifetest-plot/m-p/774500#M25387</guid>
      <dc:creator>rwat1</dc:creator>
      <dc:date>2021-10-15T14:08:02Z</dc:date>
    </item>
  </channel>
</rss>

