<?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: multiple colors in xaxistable title in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/multiple-colors-in-xaxistable-title/m-p/937430#M24850</link>
    <description>&lt;P&gt;It looks like in this case, the TITLE style can only be set via TITLEATTRS.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2024 12:00:00 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2024-07-29T12:00:00Z</dc:date>
    <item>
      <title>multiple colors in xaxistable title</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/multiple-colors-in-xaxistable-title/m-p/936949#M24833</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The xaxitable can be a nice workaround to add a title which is aligned with the y-axis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I'm not sure it is possible to use multiple styles in that title.&lt;/P&gt;
&lt;P&gt;I've tried ^S={color=} but was not successfull.&lt;/P&gt;
&lt;P&gt;Can you think of any other approach using xaxistable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods escapechar='^';

proc sgplot data=sashelp.class;
    vbarbasic name / response=height;
    
    xaxistable name / position=top
                      nolabel 
                      title      = "^S={color=red}Part 1 ^S={color=blue}Part 2^S={} Part 3"
                      valueattrs = (color  = white); 
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can use the text function with sganno= or use leading blanks in the title statement but I find the xaxistable quite interesting here and I'm only looking for a xaxitable solution.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 12:29:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/multiple-colors-in-xaxistable-title/m-p/936949#M24833</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2024-07-24T12:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: multiple colors in xaxistable title</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/multiple-colors-in-xaxistable-title/m-p/937430#M24850</link>
      <description>&lt;P&gt;It looks like in this case, the TITLE style can only be set via TITLEATTRS.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 12:00:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/multiple-colors-in-xaxistable-title/m-p/937430#M24850</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-07-29T12:00:00Z</dc:date>
    </item>
  </channel>
</rss>

