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
Hi,
in the general tab> uncheck the option for show title in Chart.
HTH
Sushil
Not possible with just a setting check you need to provide some trick to represent it.
Check this image
Regards
ASHFAQ
Hi,
just add <space> or chr(1) into Title
Regards,
Sergey
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
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