BookmarkSubscribeRSS Feed
rdr031
Calcite | Level 5

I am creating a SAS GUI. i have genereated some chart outputs. Now i want to attach those outputs to the SAS frames like what proc printto is doing. But those sas charts not working with proc printto. i think i can use chart output control object in SAS AF for that. But i dont know how to do that.

 

can anyone help ?

1 REPLY 1
BrunoMueller
SAS Super FREQ

hi

 

The Chart Object can draw its own plot. The Image Viwer object can be used to display an existing image.

 

You can get the help for these object while developing your application. See screenshot below.

 

So depending on your needs:

  • to display an existing image, use the Image Viewer control.
  • to display a GRSEG catalog entry, use Graph Output control.
  • the Chart (Histogram, Scatter, ...) control will create a graph on the fly and allows you to change the X and Y axis varables dynamically.

 

So have a look at the doc for the corresponding Control to see what can be done with it.

 

af_help.png

 

You can find more resources on doc and getting started with SAS/AFG here http://support.sas.com/software/products/af/index.html#s1=2

 

Bruno

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

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