Search found 6 matches

by Erin
Wed Mar 06, 2024 6:26 pm
Forum: .NET
Topic: Annotation Click Event for WPF
Replies: 11
Views: 2788

Re: Annotation Click Event for WPF

Hi Ruben,

Thank you for the fix and update. I noticed today that the click event for the RectangleTool also does not fire (but dragging works). I'll go ahead and start logging it as a bug in BugZilla, but thought I'd mention it here too.

Best,
Erin
by Erin
Fri Feb 09, 2024 9:26 pm
Forum: .NET
Topic: Annotation Click Event for WPF
Replies: 11
Views: 2788

Re: Annotation Click Event for WPF

Hello, I noticed that you updated TeeChart to include the click fix, thank you so much for that! Unfortunately, I think that the zoom tool is now broken. When a user clicks the chart and moves their mouse, the highlight is always on, tracking the mouse position. For reference, I added this code to m...
by Erin
Mon Feb 05, 2024 7:07 pm
Forum: .NET
Topic: Annotation Click Event for WPF
Replies: 11
Views: 2788

Re: Annotation Click Event for WPF

Yay! That's awesome news, thanks so much!

Erin :mrgreen:
by Erin
Fri Feb 02, 2024 6:04 pm
Forum: .NET
Topic: Annotation Click Event for WPF
Replies: 11
Views: 2788

Re: Annotation Click Event for WPF

Thanks so much Ruben for letting me know! Do you by chance know roughly when I can expect to see these namespaces working?

Kind regards,
Erin
by Erin
Thu Feb 01, 2024 2:40 pm
Forum: .NET
Topic: Annotation Click Event for WPF
Replies: 11
Views: 2788

Re: Annotation Click Event for WPF

Hi Ruben, Thank you for your reply and demo! I wanted to ask you what version of .NET you are using? I am using .NET 7 and the namespaces "using Steema.TeeChart.WPF.Styles" and "using Steema TeeChart.WPF.Tools" don't exist for me. I tried in .NET framework and it worked, but we need it for .NET 7 :)...
by Erin
Thu Jan 25, 2024 9:52 pm
Forum: .NET
Topic: Annotation Click Event for WPF
Replies: 11
Views: 2788

Annotation Click Event for WPF

Hello Steema team :) , I am having a bit of an issue using the click property on an Annotation object. I tried following the example in the TeeChart for .Net Examples application (Welcome !\Tools\Annotation\Annotation Click) but converted it to be used in WPF instead of Windows Forms, but unfortunat...