I have a problem with series data being drawn outside of the boundaries of a custom axis after a zoom.
Your own Steema > Feature Demo > Axis grid zone example shows the same effect when you zoom on the top chart, the blue series data is drawn over the full canvas.
Is there a property that I am missing that stops this?
Zoom on custom Axis
Re: Zoom on custom Axis
I seem to be able to cure this by setting a clip rectangle in my various Series.BeforeDrawValues events, and then clearing the clip rectangle in the various Series.AfterDrawValues events. Is this the only way to cure my issue?
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Zoom on custom Axis
Hello,
It is the recommended way to work in these circumstances. There is a demo which shows the technique you mention - All Features -> Welcome !\Axes\Opaque zonesLinkam wrote: Is this the only way to cure my issue?
Best Regards,
Christopher Ireland / 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 |