Search found 1 match
- Tue Jun 08, 2010 6:34 am
- Forum: VCL
- Topic: OnClickPointer event problems
- Replies: 1
- Views: 1936
OnClickPointer event problems
Hi (TeeChart Pro v2010 VCL, Delphi 2007) I have some problems with mouse events in TPointSeries. I want the OnClickPointer event to fire when users click on points. If I assign an event handler to that event without assigning OnMouseEnter or OnMouseLeave the event fires as expected. However, if I al...