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:
I am now looking for something like this:
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
Many thanks in advance.
Could I have a hole in my polar series, please?
-
- Newbie
- Posts: 60
- Joined: Fri Nov 22, 2013 12:00 am
-
- 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?
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.
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 |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 60
- Joined: Fri Nov 22, 2013 12:00 am
Re: Could I have a hole in my polar series, please?
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?
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?
-
- 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?
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.
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 |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 60
- Joined: Fri Nov 22, 2013 12:00 am
Re: Could I have a hole in my polar series, please?
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!
DrawRing(..) however works like a charm.
Many thanks for your time so far!
-
- 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?
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.
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 |
Instructions - How to post in this forum |