Clickable axes
Posted: Fri Jan 28, 2005 2:09 pm
Hi,
I am working with clickable axes, and check on the number of mouse clicks, but the events always returns with 1 mouse click.
The code looks like:
private void tChart1_ClickAxis(object sender, System.Windows.Forms.MouseEventArgs e)
{
int noClicks = e.Clicks; <-- always returns 1 mouse click ??
Any idea what might be wrong ..
Many thanks in advance.
Best regards,
Antoon Koster
Netherlands
I am working with clickable axes, and check on the number of mouse clicks, but the events always returns with 1 mouse click.
The code looks like:
private void tChart1_ClickAxis(object sender, System.Windows.Forms.MouseEventArgs e)
{
int noClicks = e.Clicks; <-- always returns 1 mouse click ??
Any idea what might be wrong ..
Many thanks in advance.
Best regards,
Antoon Koster
Netherlands