On a circular plot the outside labels (ie N S E W etc) are controlled by what appears to be CircleLabelsFont.Color .Font etc (by looking at the form as text) - I don't seem to be able to set these in the program - What are they called.
I need to set the colour of the text to fit in with a theme I have built
Circlular plots
-
- Newbie
- Posts: 58
- Joined: Mon May 17, 2004 4:00 am
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Richard,
Yes, you are on the right way. You should be able to set their colour like this:
Yes, you are on the right way. You should be able to set their colour like this:
Code: Select all
Series1.CircleLabelsFont.Color:=clRed;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 58
- Joined: Mon May 17, 2004 4:00 am
- Contact: