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
SAS Super FREQ
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
SAS Super FREQ
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

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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