Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi, all,
I would like only to have the icons in the caption in a straight table.
HOwever, in the Caption tab, if I empty the "Title Text", then it will use the label of the first expression as the default "Title", may I know how can I keep "Title Text" empty?
Thanks very much
 
					
				
		
 jagan
		
			jagan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 sushil353
		
			sushil353
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
in the general tab> uncheck the option for show title in Chart.
HTH
Sushil
 
					
				
		
 sujeetsingh
		
			sujeetsingh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Not possible with just a setting check you need to provide some trick to represent it.
 ashfaq_haseeb
		
			ashfaq_haseeb
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Check this image
Regards
ASHFAQ
 
					
				
		
 SergeyMak
		
			SergeyMak
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
just add <space> or chr(1) into Title
Regards,
Sergey
 
					
				
		
 jagan
		
			jagan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Just give one space in Title Text, this works.
Regards,
jagan.
 
					
				
		
@Sushil, the "Show Title in Chart" is in gray, and the box is checked as default.
 
					
				
		
@Sergey and Jagan, <space> works. but not che(1). Thanks
 
					
				
		
 SergeyMak
		
			SergeyMak
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
chr(1) works if you use it with equal sign like =chr(1)
Regards.
Sergey
 
					
				
		
hi, Sergey,
I see, I made a mistake just now and had a "space" before the " =chr(1)", then the function failed. Yes, then "=chr(1)" also works. Thanks
