Could I have a hole in my polar series, please?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
jens.mertelmeyer
Newbie
Newbie
Posts: 60
Joined: Fri Nov 22, 2013 12:00 am

Could I have a hole in my polar series, please?

Post by jens.mertelmeyer » Tue Jul 15, 2014 9:17 am

I'm not sure if this is a feature request or if I'm just overlooking something.

First, we had a pie series. Later came the donut series which is basically a pie series with a hole in the middle. Is something like this also possible for a TPolarSeries?

A polar series looks like this:
MainForm_2014-07-15_11-02-30.png
MainForm_2014-07-15_11-02-30.png (75.06 KiB) Viewed 10903 times
I am now looking for something like this:
MainForm_2014-07-15_11-02-30 (edited).png
MainForm_2014-07-15_11-02-30 (edited).png (77.18 KiB) Viewed 10896 times

How could this be achived? My main goal is to have an "axe" every 45° (like in the pictures) but not having them collide in the centre of the chart. I don't really care about the rings, I'm going to have them drawn manually either way :wink:


Many thanks in advance.

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

Re: Could I have a hole in my polar series, please?

Post by Narcís » Wed Jul 16, 2014 7:28 am

Hello,

This is not possible for now, I'm afraid. So I have added your request to bugzilla (ID849) to be considered for inclusion in future releases.
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

jens.mertelmeyer
Newbie
Newbie
Posts: 60
Joined: Fri Nov 22, 2013 12:00 am

Re: Could I have a hole in my polar series, please?

Post by jens.mertelmeyer » Wed Jul 16, 2014 7:50 am

Thank you.

By the way, I stumbled upon the method TCustomPolarSeries.DrawZone(Const Min, Max: Double; Z: Integer).

Wouldn't that be able to achieve what I'm looking for?

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

Re: Could I have a hole in my polar series, please?

Post by Narcís » Wed Jul 16, 2014 8:18 am

Hello,

Sort of. There's an example of DrawZone at All Features\Welcome!\Chart Styles\Extended\Polar\Zones in the new features demo, included with the binary installers and available at the TeeChart program group. The problem is this seems to be broken now. I have added it to the bug list (ID850). IIRC, this draws the zones behind the series. If this fits your need, then you'd already have a solution when this is fixed or using an older TeeChart version where this worked. I don't know when this was broken though.
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

jens.mertelmeyer
Newbie
Newbie
Posts: 60
Joined: Fri Nov 22, 2013 12:00 am

Re: Could I have a hole in my polar series, please?

Post by jens.mertelmeyer » Wed Jul 16, 2014 8:20 am

Good to know, I thought it was me not being able to use DrawZone(..) correctly.

DrawRing(..) however works like a charm.

Many thanks for your time so far!

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

Re: Could I have a hole in my polar series, please?

Post by Narcís » Wed Jul 16, 2014 8:39 am

Hello,

You're very welcome!

if I got your bugzilla user right, I added you to the CC List of the issues I added today. You should receive automatic notifications about any change.
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

Post Reply