<?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: Goptions Title 2 and Title3 Text in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204777#M7627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't the option need to come before the quoted string.&amp;nbsp; You can change the height.&amp;nbsp; Title h=10pt 'Ten' h=12pt 'Twelve';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2015 17:21:04 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2015-08-21T17:21:04Z</dc:date>
    <item>
      <title>Goptions Title 2 and Title3 Text</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204774#M7624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Arial, sans-serif; background: white;"&gt;In SAS 9.2 Is there a way to set the size of gchart title2 and title3 to font 10 when I have used goptions like the below?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Arial, sans-serif; background: white;"&gt;The problem I am running into is that the htext=8pt I am using to make the graph text 8pt make the second title 8pt as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Arial, sans-serif;"&gt;goptions reset=all hsize=3in vsize=3in htext=8pt htitle=10pt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 16:52:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204774#M7624</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-21T16:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Goptions Title 2 and Title3 Text</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204775#M7625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried options in the Title statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Title2 height=6pt "Title 2 text";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 17:06:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204775#M7625</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-08-21T17:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Goptions Title 2 and Title3 Text</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204776#M7626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;title1 "Admissions";&lt;/P&gt;&lt;P&gt;title2 "Incomming Class" height=10pt;&lt;/P&gt;&lt;P&gt;title3 "by gender" height=10pt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but no luck I think goptions is overriding it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 17:13:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204776#M7626</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-21T17:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Goptions Title 2 and Title3 Text</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204777#M7627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't the option need to come before the quoted string.&amp;nbsp; You can change the height.&amp;nbsp; Title h=10pt 'Ten' h=12pt 'Twelve';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 17:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204777#M7627</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2015-08-21T17:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Goptions Title 2 and Title3 Text</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204778#M7628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just like the most of the text, the modifiers come first, ODS Text, Axis tick labels, legend labels and values and many other examples of text modifiers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 17:24:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204778#M7628</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-08-21T17:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Goptions Title 2 and Title3 Text</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204779#M7629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;data_null_,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;Thanks for your answer, it solved my need.&amp;nbsp; Why does the order matter, that is weird.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 17:25:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204779#M7629</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-21T17:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Goptions Title 2 and Title3 Text</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204780#M7630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's very logical if you think of it as processing from left to right. If there is no option specifically set then the default size, font, color, angle, rotation and what have you are the default. When you override the default it stays set for the remainder of that instruction until changed.&lt;/P&gt;&lt;P&gt;Consider this title&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Title3 height=10pt color=red "This starts the title" height= 6pt "change height" color=blue " and now change color";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 17:33:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Goptions-Title-2-and-Title3-Text/m-p/204780#M7630</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-08-21T17:33:45Z</dc:date>
    </item>
  </channel>
</rss>

