BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
DME790
Pyrite | Level 9

Hi All,

 

I'm using Proc Template to change the style of an sgplot, however with the below code the border colors aren't changing and I need to know how to add the code in to change the color of the text to white.

 

 

Proc Template;
	define style styles.defstyle;
		parent=styles.default;
		style body from body / 
			backgroundcolor=white;
		class graphgridlines / 
			contrastcolor=white;
		class graphbackground / 
			color=dabg;
		class graphwalls / 
			color=dabg;
		 
	end;
run;

this is the current output

 

Capture5.JPG

 

 

any help appreciated.

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
Diamond | Level 26
Hi:
It depends on what you want to change to white text....titles, labels, legends, footnotes ... there are style elements for each "piece" of the image. But you can start here: https://go.documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.4&docsetId=grstatug&docsetTarget=... and look for style elements like GraphAxisLines, GraphDataText and GraphLabelText.

Cynthia

View solution in original post

2 REPLIES 2
Cynthia_sas
Diamond | Level 26
Hi:
It depends on what you want to change to white text....titles, labels, legends, footnotes ... there are style elements for each "piece" of the image. But you can start here: https://go.documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.4&docsetId=grstatug&docsetTarget=... and look for style elements like GraphAxisLines, GraphDataText and GraphLabelText.

Cynthia
DME790
Pyrite | Level 9

@Cynthia_sas,

 

Thanks Cynthia thjat pointed me in the right direction and am now customizing the look of my graphs.

 

Cheers

 

Dean

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 2518 views
  • 0 likes
  • 2 in conversation