<?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 Style definition using ^S=[...} in graph title (title statement) in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Style-definition-using-S-in-graph-title-title-statement/m-p/938164#M24883</link>
    <description>&lt;P&gt;The other day I noticed that ^S={...} is not recognised in the title of the xaxistable statement.&lt;/P&gt;
&lt;P&gt;It seems to be the same for the title statement used as graph image or did I miss an option for it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title color=blue 'Example:' color=red 'Test';

proc sgplot data=sashelp.class;
    vbarbasic sex / response=height stat=mean;
run;

ods escapechar='^';

title '^S={color=red}Example:^S={color=blue}Test';

proc sgplot data=sashelp.class;
    vbarbasic sex / response=height stat=mean;
run;

proc print data=sashelp.class (obs=2);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 03 Aug 2024 09:32:24 GMT</pubDate>
    <dc:creator>xxformat_com</dc:creator>
    <dc:date>2024-08-03T09:32:24Z</dc:date>
    <item>
      <title>Style definition using ^S=[...} in graph title (title statement)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Style-definition-using-S-in-graph-title-title-statement/m-p/938164#M24883</link>
      <description>&lt;P&gt;The other day I noticed that ^S={...} is not recognised in the title of the xaxistable statement.&lt;/P&gt;
&lt;P&gt;It seems to be the same for the title statement used as graph image or did I miss an option for it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title color=blue 'Example:' color=red 'Test';

proc sgplot data=sashelp.class;
    vbarbasic sex / response=height stat=mean;
run;

ods escapechar='^';

title '^S={color=red}Example:^S={color=blue}Test';

proc sgplot data=sashelp.class;
    vbarbasic sex / response=height stat=mean;
run;

proc print data=sashelp.class (obs=2);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2024 09:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Style-definition-using-S-in-graph-title-title-statement/m-p/938164#M24883</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2024-08-03T09:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Style definition using ^S=[...} in graph title (title statement)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Style-definition-using-S-in-graph-title-title-statement/m-p/938169#M24884</link>
      <description>Hi:&lt;BR /&gt; Well, first, since the options available in the TITLE and FOOTNOTE statements work, as shown in your first SGPLOT, there's really no need to use inline formatting. However if you had used ODS HTML NOGTITLE; Before your TITLE statement using the ^S style format, then the TITLE would have been rendered by the active ODS destination, in this case, the default ODS HTML destination. But the simple way to do what you want is to just stick with the first example.&lt;BR /&gt;Cynthia</description>
      <pubDate>Sat, 03 Aug 2024 16:54:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Style-definition-using-S-in-graph-title-title-statement/m-p/938169#M24884</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2024-08-03T16:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Style definition using ^S=[...} in graph title (title statement)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Style-definition-using-S-in-graph-title-title-statement/m-p/938172#M24885</link>
      <description>&lt;P&gt;The inline &lt;STRONG&gt;style&lt;/STRONG&gt; escapement is not supported in ODS graphics. The only inline escapement supported is &lt;STRONG&gt;unicode&lt;/STRONG&gt; (in all text) and &lt;STRONG&gt;sup/sub&lt;/STRONG&gt; (in the INSET statement and TEXT annotation). The rich text support you describe can be done using the standard TITLE/FOOTNOTE syntax you showed, as well as the TEXT/TEXTCONT functions in the annotation facility.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2024 19:31:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Style-definition-using-S-in-graph-title-title-statement/m-p/938172#M24885</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2024-08-03T19:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Style definition using ^S=[...} in graph title (title statement)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Style-definition-using-S-in-graph-title-title-statement/m-p/938179#M24886</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I used color= as I thought it would be easier to illustrate the issue. But my actual problem is with "bold" which has no counterpart.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2024 05:24:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Style-definition-using-S-in-graph-title-title-statement/m-p/938179#M24886</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2024-08-04T05:24:26Z</dc:date>
    </item>
  </channel>
</rss>

