BookmarkSubscribeRSS Feed
DavidPhillips2
Rhodochrosite | Level 12

Is there a way to change the outside statistic size of a gchart displayed in Information Delivery Portal via a portlet in SAS 9.2.  When I view the graph in Enterprise Guide the size of the outside statistic is reasonable but not in Information Delivery Portal.

axis2 label=none;

  axis3 label=none;

  title First-time Freshman Admissions by Residency;

  proc gchart data=enrollment;                                                                                                    

     vbar residency /                                                                                                    

       sumvar=percent_admit_count

       legend=legend1 outside=sum                                                                                                     

       maxis=axis1

       raxis=axis2

   gaxis=axis3

   subgroup=residency

   group= four_digit_year

   noframe

   discrete;

   format percent_admit_count percent8.1;

  run;                                                                                                                                 

  quit;chartTextSize.png

1 REPLY 1
GraphGuy
Meteorite | Level 14

With Gchart bar charts, I think you would need to use annotate (instead of the outside= option) to be able to control the size of the text.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 965 views
  • 0 likes
  • 2 in conversation