<?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: sgplot - vbar/hbar - tip/tipformat/tiplabel - Personalize the statistics label, etc. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-vbar-hbar-tip-tipformat-tiplabel-Personalize-the/m-p/603748#M19107</link>
    <description>&lt;P&gt;Does this link outlining how to create custom tooltips help?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Graphics-Programming/Re-asking-question-from-2015-How-do-I-get-tooltips-to-display/td-p/339466" target="_blank"&gt;https://communities.sas.com/t5/Graphics-Programming/Re-asking-question-from-2015-How-do-I-get-tooltips-to-display/td-p/339466&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2019 03:31:35 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2019-11-13T03:31:35Z</dc:date>
    <item>
      <title>sgplot - vbar/hbar - tip/tipformat/tiplabel - Personalize the statistics label, etc.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-vbar-hbar-tip-tipformat-tiplabel-Personalize-the/m-p/586982#M18848</link>
      <description>&lt;P&gt;Is there a way to modify the tip i.e.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;to remove the equal sign when the label is empty?&lt;/LI&gt;&lt;LI&gt;to remove the statistics (here freq)&lt;/LI&gt;&lt;LI&gt;to change the label before the equal sign of the statistics (here Frequency)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
    value yr 12='12 Years Old'
             13='13 Years Old'
             14='14 Years Old'
             15='15 Years Old'
             16='16 Years Old';
             
    value $gender 'M'='Male'
                  'F'='Female';
run;


ods graphics / width=15cm height=10cm noborder imagemap=on;

proc sgplot data=sashelp.class noborder;
    hbar sex / group=age 
               seglabel
                  
               tip=(age sex)
               tipformat=(yr. $gender.)
               tiplabel=(auto 'Gender')
                  ; 
                  
	xaxis label='Freq';
    yaxis label='Gender';
    format sex $gender.;
run;


ods graphics off;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tip.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32308iF4F9AC09CBB9BAB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="tip.JPG" alt="tip.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 15:16:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-vbar-hbar-tip-tipformat-tiplabel-Personalize-the/m-p/586982#M18848</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2019-09-07T15:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot - vbar/hbar - tip/tipformat/tiplabel - Personalize the statistics label, etc.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-vbar-hbar-tip-tipformat-tiplabel-Personalize-the/m-p/603748#M19107</link>
      <description>&lt;P&gt;Does this link outlining how to create custom tooltips help?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Graphics-Programming/Re-asking-question-from-2015-How-do-I-get-tooltips-to-display/td-p/339466" target="_blank"&gt;https://communities.sas.com/t5/Graphics-Programming/Re-asking-question-from-2015-How-do-I-get-tooltips-to-display/td-p/339466&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 03:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-vbar-hbar-tip-tipformat-tiplabel-Personalize-the/m-p/603748#M19107</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-11-13T03:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot - vbar/hbar - tip/tipformat/tiplabel - Personalize the statistics label, etc.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-vbar-hbar-tip-tipformat-tiplabel-Personalize-the/m-p/605051#M19117</link>
      <description>&lt;P&gt;At this time (SAS release 9.4m6), I don't think it is possible to control any of those 3 things you mentioned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 15:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-vbar-hbar-tip-tipformat-tiplabel-Personalize-the/m-p/605051#M19117</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2019-11-18T15:29:56Z</dc:date>
    </item>
  </channel>
</rss>

