TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
stsl
- Newbie

- Posts: 26
- Joined: Mon Apr 19, 2004 4:00 am
- Location: France
Post
by stsl » Tue Sep 21, 2004 8:26 am
Hello,
I am using a background image and a TPolarSeries for a GIS system. Is it possible to change the CircleXCenter and CircleYCenter of the polar serie to draw these serie at a given position ? CircleXCenter and CircleYCenter are ReadOnly properties...
Thank you

-
Marjan
- Site Admin

- Posts: 745
- Joined: Fri Nov 07, 2003 5:00 am
- Location: Slovenia
-
Contact:
Post
by Marjan » Wed Sep 22, 2004 7:23 am
Hi.
CircleXCenter and CircleYCenter are ReadOnly properties...
True, both these values are calculated from chart bounding rectangle and always centered . The only solution to your request is to draw the required values and circles manually directly on chart canvas in one of it's events.