- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 05-26-2016 12:52 PM
(1457 views)
I’m trying to figure out how to change the coloration of the boarder around sgpanel. I see border =off.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I don't know how to change it directly in your SGPANNEL statement, but you could export the GTL template with the tmplout="path" and then edit GTL template.
In the begingraph statement you could use BACKGROUNDCOLOR, BORDER and BORDERATTRS to modify the background and borders.
After that, you could use your edited template with proc sgrender.
I hope that could be usefull