<?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 can I modify the size of value which displayed by &amp;quot;DISPLAYSTATS=&amp;quot; under Proc Templ in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-can-I-modify-the-size-of-value-which-displayed-by-quot/m-p/882452#M23917</link>
    <description>&lt;P&gt;Thank you for your confirmation and suggestion! I will update to use&amp;nbsp;&lt;SPAN&gt;AXISTABLE.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jun 2023 14:49:22 GMT</pubDate>
    <dc:creator>LoganKong</dc:creator>
    <dc:date>2023-06-26T14:49:22Z</dc:date>
    <item>
      <title>How can I modify the size of value which displayed by "DISPLAYSTATS=" under Proc Template statement?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-can-I-modify-the-size-of-value-which-displayed-by-quot/m-p/882270#M23910</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获.PNG" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/85332i9A7658ECF763DD69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="捕获.PNG" alt="捕获.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see the image above, the median value is overlapped in the figure. The median value was displayed by "DISPLAYSTATS=(Median)", I want to reduce the size of the value. Can you help me?&lt;/P&gt;&lt;P&gt;Below is my program:&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;define statgraph boxplot;&lt;BR /&gt;begingraph;&lt;BR /&gt;layout overlay /XAXISOPTS = (DISPLAY=all label="Scheduled Visit" TICKVALUEATTRS=(size=5pt))&lt;BR /&gt;YAXISOPTS = (LINEAROPTS=(VIEWMIN= &amp;amp;vmin. VIEWMAX= &amp;amp;vmax. MINORTICKCOUNT=1 MINORTICKS=TRUE&lt;BR /&gt;TICKVALUELIST=(-50 -40 -30 -20 -10 0 10 20 30 40 50 60 70 80 90 100 110 120 130 140 150))&lt;BR /&gt;label="Change from Baseline &amp;amp;unit."&lt;BR /&gt;LABELSPLITCHAR="!" LABELSPLITCHARDROP=TRUE LABELPOSITION=CENTER LABELFITPOLICY=SPLITALWAYS);&lt;BR /&gt;boxplot x=AVISIT y=chg / DATALABEL=chg legendlabel="" DISPLAYSTATS=(MEDIAN) ;&lt;/P&gt;&lt;P&gt;endlayout;&lt;/P&gt;&lt;P&gt;endgraph;&lt;BR /&gt;end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc sgrender data=all template=boxplot;&lt;BR /&gt;by page;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2023 14:23:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-can-I-modify-the-size-of-value-which-displayed-by-quot/m-p/882270#M23910</guid>
      <dc:creator>LoganKong</dc:creator>
      <dc:date>2023-06-24T14:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I modify the size of value which displayed by "DISPLAYSTATS=" under Proc Templ</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-can-I-modify-the-size-of-value-which-displayed-by-quot/m-p/882449#M23916</link>
      <description>&lt;P&gt;Currently, there are no options to direct control the text attributes from DISPLAYSTATS output. However, you can work around this by computing the median externally using the PROC MEANS or PROC SUMMARY procedures, match-merging that column with your original data, and then using an AXISTABLE to display the values. You be able to control the text attributes on the AXISTABLE via the statement's VALUEATTRS option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if you have any questions about this approach.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 14:45:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-can-I-modify-the-size-of-value-which-displayed-by-quot/m-p/882449#M23916</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2023-06-26T14:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I modify the size of value which displayed by "DISPLAYSTATS=" under Proc Templ</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-can-I-modify-the-size-of-value-which-displayed-by-quot/m-p/882452#M23917</link>
      <description>&lt;P&gt;Thank you for your confirmation and suggestion! I will update to use&amp;nbsp;&lt;SPAN&gt;AXISTABLE.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 14:49:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-can-I-modify-the-size-of-value-which-displayed-by-quot/m-p/882452#M23917</guid>
      <dc:creator>LoganKong</dc:creator>
      <dc:date>2023-06-26T14:49:22Z</dc:date>
    </item>
  </channel>
</rss>

