How far are you in having Polar Plots support logarithmic grid and zoom functions etc. ?
Will there be and update to implement these functions ?
If so, when ?
I have a "live" polar plot wich i clear and update a few times every secon.
Applying drawring makes the ring flicker ! any advise ?
Have a nice day
Polar plot updates
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi ole,
I have added your request to our wish-list to be considered for implementation in future releases.
For now, polar series can have logarithmic axes but no logarithmic grid. Also zooming is not available for those series type.How far are you in having Polar Plots support logarithmic grid and zoom functions etc. ?
Will there be and update to implement these functions ?
I have added your request to our wish-list to be considered for implementation in future releases.
I can't tell you that as I don't know when will be implemented. I'd suggest you to keep an eye to our release notes web page.If so, when ?
I haven't been able to reproduce that. Could you please send us an example we can run "as-is" to reproduce the problem here? You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.I have a "live" polar plot wich i clear and update a few times every secon.
Applying drawring makes the ring flicker ! any advise ?
Thank you very much and have a nice day too!Have a nice day
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi ole,
Yes, when all series values are removed no series are visible at all. To force series being drawn you could add a null value to them:But the fact is when i clear a series i seem to clear the rings too !!
Code: Select all
Series1.Clear;
Series1.AddNull(0);
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 |