05-21-2012 01:56 PM
In one of my graphs I'd like to left-pad the Yaxis label with leading spaces. E.g. if the range is 1, 5 I'd like {space,space,1} and {space,space,5}. I know 000 will pad with leading zeros but I want spaces not zeros. Is there a way to do it? Thanks.
05-21-2012 02:14 PM
Never mind - I discovered the 'MinimumWidth' axis property which does what I need. Thanks.