Order of DrawValue and GetPointerStyle handler for series

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
gs
Newbie
Newbie
Posts: 84
Joined: Mon Mar 20, 2006 12:00 am
Location: US

Order of DrawValue and GetPointerStyle handler for series

Post by gs » Tue Jun 09, 2009 7:05 am

I'll continue previous topic here because it's kind of different question
http://www.teechart.net/support/viewtopic.php?t=9850

Could you please clarify the order of execution between overrided version of DrawValue and GetPointerStyle handler for series?

Actually I would like to know is it possible to provide some kind of customization in handler of GetPointerStyle event and then add drawings to specified style in DrawValue()?

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Tue Jun 09, 2009 10:17 am

Hi gs,

For each point, first is executed DrawValue internal method and then GetPointerStyle event so I'm afraid that this wouldn't be a viable solution.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

gs
Newbie
Newbie
Posts: 84
Joined: Mon Mar 20, 2006 12:00 am
Location: US

Post by gs » Tue Jun 09, 2009 10:23 am

:(

anyway, thanks for help and clarifications.

Post Reply