<?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 VIEWMIN= and VIEWMIN LINEAROPTS= options not forcing appearance of tick values in GTL template. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/VIEWMIN-and-VIEWMIN-LINEAROPTS-options-not-forcing-appearance-of/m-p/546295#M17943</link>
    <description>&lt;P&gt;Hi SAS community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get all tick values to display from 0 to 100 by 10, but as you can see only 0 to 50 is displayed.&amp;nbsp; How can I force the graph to display all the values I specified in the TICKVALUELIST= option?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see my code and attached .rtf file output for context.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
	define statgraph _test;
		begingraph;
			layout overlay/
				yaxisopts=(griddisplay=on linearopts=(viewmin=0 viewmax=100 tickvaluelist=(0 10 20 30 40 50 60 70 80 90 100)));
					barchart x=type y=mpg_city/
						stat=mean orient=horizontal dataskin=crisp fillattrs=graphdata3 barlabel=true barlabelformat=4.1;
			endlayout;
		endgraph;
	end;
run;

title 'tick value test';
ods graphics/ reset width=4in height=2.5in;

%let path=C:\Users\XXXXXX\Desktop;

ods rtf path="&amp;amp;path";
ods rtf file="ods_test.rtf"; 
ods escapechar='~';

proc sgrender template=_test
data=sashelp.cars; 
run;


ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 26 Mar 2019 20:08:15 GMT</pubDate>
    <dc:creator>Varrelle</dc:creator>
    <dc:date>2019-03-26T20:08:15Z</dc:date>
    <item>
      <title>VIEWMIN= and VIEWMIN LINEAROPTS= options not forcing appearance of tick values in GTL template.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/VIEWMIN-and-VIEWMIN-LINEAROPTS-options-not-forcing-appearance-of/m-p/546295#M17943</link>
      <description>&lt;P&gt;Hi SAS community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get all tick values to display from 0 to 100 by 10, but as you can see only 0 to 50 is displayed.&amp;nbsp; How can I force the graph to display all the values I specified in the TICKVALUELIST= option?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see my code and attached .rtf file output for context.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
	define statgraph _test;
		begingraph;
			layout overlay/
				yaxisopts=(griddisplay=on linearopts=(viewmin=0 viewmax=100 tickvaluelist=(0 10 20 30 40 50 60 70 80 90 100)));
					barchart x=type y=mpg_city/
						stat=mean orient=horizontal dataskin=crisp fillattrs=graphdata3 barlabel=true barlabelformat=4.1;
			endlayout;
		endgraph;
	end;
run;

title 'tick value test';
ods graphics/ reset width=4in height=2.5in;

%let path=C:\Users\XXXXXX\Desktop;

ods rtf path="&amp;amp;path";
ods rtf file="ods_test.rtf"; 
ods escapechar='~';

proc sgrender template=_test
data=sashelp.cars; 
run;


ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Mar 2019 20:08:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/VIEWMIN-and-VIEWMIN-LINEAROPTS-options-not-forcing-appearance-of/m-p/546295#M17943</guid>
      <dc:creator>Varrelle</dc:creator>
      <dc:date>2019-03-26T20:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWMIN= and VIEWMIN LINEAROPTS= options not forcing appearance of tick values in GTL template.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/VIEWMIN-and-VIEWMIN-LINEAROPTS-options-not-forcing-appearance-of/m-p/546301#M17944</link>
      <description>&lt;P&gt;You have assigned the values to a YAXISOPTS statement but apparently want the values to appear on the XAXIS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try using XAXISOPTS.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 20:24:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/VIEWMIN-and-VIEWMIN-LINEAROPTS-options-not-forcing-appearance-of/m-p/546301#M17944</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-03-26T20:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: VIEWMIN= and VIEWMIN LINEAROPTS= options not forcing appearance of tick values in GTL template.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/VIEWMIN-and-VIEWMIN-LINEAROPTS-options-not-forcing-appearance-of/m-p/546306#M17945</link>
      <description>&lt;P&gt;that worked -- thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 20:41:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/VIEWMIN-and-VIEWMIN-LINEAROPTS-options-not-forcing-appearance-of/m-p/546306#M17945</guid>
      <dc:creator>Varrelle</dc:creator>
      <dc:date>2019-03-26T20:41:11Z</dc:date>
    </item>
  </channel>
</rss>

