ClickSeries events

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
JayG
Newbie
Newbie
Posts: 71
Joined: Mon Sep 04, 2006 12:00 am

ClickSeries events

Post by JayG » Mon Feb 11, 2008 7:46 pm

I have tested this with both
Visual Basic 2008 Express/TChart .NET 3.2.2945.19738
and
Visual Basic 2005 Express/TChart .NET 3.2.2894.29191

When I double-click on a series, the ClickSeries event is fired 3 times. The first time, e.Clicks is 1. The second and third times, e.Clicks is 2.

If I put an if statement in my ClickSeries event handler that opens another form:

Code: Select all

If e.Clicks = 2 Then
  SomeForm.ShowDialog()
End If
The ClickSeries event fires 2 times, once with e.Clicks = 1 and once with e.Clicks = 2. However, the next time I (single) click on the series, the ClickSeries event fires 2 times, once with e.Clicks = 1 and once with e.Clicks = 2.

Jay

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Feb 12, 2008 9:56 am

Hi Jay,

Thanks for reporting. This seems a bug to me and added it (TF02012809) to our defect list to be fixed for future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply