Hello all!
Any ideas on how to get some space between the symbols and text in a legend?
My problem is that I've created a legend (see attached descending_list.JPG) where the symbols & text seem to overlap - specially on the first few rows. I managed to solve the problem by sorting the list in another way (see attached ascending_list.JPG). However I started to wonder if there is a way of specifying the width of the gap between the symbols & text.
Tried to find the answer on this list, in the MapInfo help files & user guide. Even browsed through the MapBasic statements but didn't find any answers. Any suggestions? I'm using the finnish version of MapInfo 9.0.
rgrds, Markku Huotari
<<descending_list.JPG>> <<ascending_list.JPG>>
I was able to add some spaces by going to the workspace file and doing some edits - no idea if you can do this via mapbasic (I am only a basic user)
set legend
layer 5
display on
shades on
symbols off
lines off
count on
title auto Font ("Arial",0,9,0)
subtitle auto Font ("Arial",0,8,0)
ascending on
ranges Font ("Arial",0,8,0)
auto display off ,
" Inspection and pulling" display on ,
"Inspection and spraying" display on
--
You received this message because you are subscribed to the Google Groups "MapInfo-L" group.
To post to this group, send email to mapi...@googlegroups.com.
To unsubscribe from this group, send email to mapinfo-l+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mapinfo-l?hl=en.