Circlular plots

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Richard Seaby
Newbie
Newbie
Posts: 58
Joined: Mon May 17, 2004 4:00 am
Contact:

Circlular plots

Post by Richard Seaby » Mon Oct 15, 2007 12:56 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Oct 15, 2007 1:08 pm

Hi Richard,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Richard Seaby
Newbie
Newbie
Posts: 58
Joined: Mon May 17, 2004 4:00 am
Contact:

Post by Richard Seaby » Tue Oct 16, 2007 7:59 am

Ah got it now - it is in polar series not circular series - I was working at the higher level

thanks

Post Reply