<?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: Proc template BARCHART in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927171#M24600</link>
    <description>&lt;P&gt;1. Use SEGMENTLABEL=true instead of BARLABEL=true.&lt;/P&gt;
&lt;P&gt;2. Set DISCRETEOPTS=(tickvaluefitpolicy=split) in your XAXISOPTS and see if you get what you want.&lt;/P&gt;
&lt;P&gt;3. Is this P-value pass into the graph template?&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2024 13:54:56 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2024-05-06T13:54:56Z</dc:date>
    <item>
      <title>Proc template BARCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/926964#M24588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to proc template .&lt;/P&gt;&lt;P&gt;1. I am displaying bar value at the top of bar using barlabel=true. How to display the value at the center of the bar instead of top?&lt;/P&gt;&lt;P&gt;2. Also, how to wrap x axis value. text variable have one value very long&lt;/P&gt;&lt;P&gt;3. what option in proc template i can use to display P value at the top.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 01:11:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/926964#M24588</guid>
      <dc:creator>paddyb</dc:creator>
      <dc:date>2024-05-04T01:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc template BARCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927060#M24594</link>
      <description>&lt;P&gt;any help is appreciated&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2024 01:39:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927060#M24594</guid>
      <dc:creator>paddyb</dc:creator>
      <dc:date>2024-05-05T01:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc template BARCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927068#M24595</link>
      <description>&lt;P&gt;Start by showing your current Proc Template code, example data and an example of Proc Sgrender to display a chart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2024 04:27:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927068#M24595</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-05-05T04:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc template BARCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927111#M24598</link>
      <description>&lt;P&gt;Thanks. I attached proc template code with sgrender and the data&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2024 21:52:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927111#M24598</guid>
      <dc:creator>paddyb</dc:creator>
      <dc:date>2024-05-05T21:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc template BARCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927125#M24599</link>
      <description>&lt;P&gt;any suggestions please on this?&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 04:02:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927125#M24599</guid>
      <dc:creator>paddyb</dc:creator>
      <dc:date>2024-05-06T04:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc template BARCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927171#M24600</link>
      <description>&lt;P&gt;1. Use SEGMENTLABEL=true instead of BARLABEL=true.&lt;/P&gt;
&lt;P&gt;2. Set DISCRETEOPTS=(tickvaluefitpolicy=split) in your XAXISOPTS and see if you get what you want.&lt;/P&gt;
&lt;P&gt;3. Is this P-value pass into the graph template?&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 13:54:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927171#M24600</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2024-05-06T13:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc template BARCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927956#M24614</link>
      <description>&lt;P&gt;Thank you so much. SEGMENTLABEL=TRUE works to show label at the center of the bar. I have error bar in the fig so trying to put that values below error&amp;nbsp; bar. Any suggestion?&lt;/P&gt;&lt;P&gt;I used drawtext option in proc template to display P value which is passed thru macro variable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paddyb_0-1715378419917.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96442i2EF9B0828EA74BC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paddyb_0-1715378419917.png" alt="paddyb_0-1715378419917.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 22:01:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-template-BARCHART/m-p/927956#M24614</guid>
      <dc:creator>paddyb</dc:creator>
      <dc:date>2024-05-10T22:01:19Z</dc:date>
    </item>
  </channel>
</rss>

