I do custom drawing on the "afterdraw" event and the custom lines are drawing on top of the fastline series in my chart.
The series data is more important than the custom drawing lines so I want those on top.
Is there any way to have the custom drawn lines not overwrite the series data???
Thanks in advance...
Custom Drawing "On Top" of Series Lines...how to change...
Custom Drawing "On Top" of Series Lines...how to change...
- Attachments
-
- Custom Lines overshadow series data. Want to make series overshadow custom drawn lines.
- drawontop.gif (8.45 KiB) Viewed 10352 times
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Custom Drawing "On Top" of Series Lines...how to change...
Hello,
Yes, there's a good example of how to do this in the Feature Demo shipped with TeeChart:
Yes, there's a good example of how to do this in the Feature Demo shipped with TeeChart:
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 |
Re: Custom Drawing "On Top" of Series Lines...how to change...
BeforeDrawSeries event handle's it perfectly. So the way the events are named means this - "DrawCustomStuffBeforeDrawSeries"
Thanks so much!
joseph
Thanks so much!
joseph
- Attachments
-
- Custom Lines no longer overwrite my line series.
- beforedrawseries.jpg (16.79 KiB) Viewed 10307 times