TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
TLC
- Newbie
- Posts: 61
- Joined: Mon Apr 08, 2019 12:00 am
Post
by TLC » Tue Oct 29, 2024 6:59 pm
Steema.TeeChart.Tools.NearestPoint Change event doesn't trigger because the
kind parameter is never
MouseEventKinds.Move. I clicked and dragged on the chart but it never triggered. Only the down and up events fired.
Code: Select all
protected internal override void MouseEvent( MouseEventKinds kind, MouseEventArgs e, ref Cursor c)
{
if (kind != MouseEventKinds.Move || this._iSeries == null)
return;
Also please change the Change event signature from
Code: Select all
public event EventHandler Change;
to
Code: Select all
public event EventHandler<int> Change;
or
where the int parameter is the current point index.
-
Marc
- Site Admin
- Posts: 1265
- Joined: Thu Oct 16, 2003 4:00 am
- Location: Girona
-
Contact:
Post
by Marc » Mon Nov 04, 2024 8:52 am
Hello,
Apologies for the delay with this reply, we are investigating and will apply a fix for the next update and are checking if any temporary workaround is possible.
Regards,
Marc Meumann
Steema Support
-
Marc
- Site Admin
- Posts: 1265
- Joined: Thu Oct 16, 2003 4:00 am
- Location: Girona
-
Contact:
Post
by Marc » Mon Nov 04, 2024 9:22 am
...this has been checked for desktop versions (no problems found) but now notice from other posts you have made, that this issue may be related to Xamarin. Is that correct? ..or MAUI? I see your attached file includes Xamarin installation to the IDE.
With thanks.
Regards,
Marc
Steema Support