TeeChart for ActiveX, COM and ASP
-
JD
- Newbie
- Posts: 7
- Joined: Fri Jun 06, 2008 12:00 am
-
Contact:
Post
by JD » Tue Oct 14, 2008 9:20 am
Using Following Code will not fire the OnMouseEnterSeriesEvent
Chart.Tools.Add tcGantt
Chart.Tools.Items(2).asGantt.Series = 0
Chart.Tools.Items(2).asGantt.AllowResize = False
Chart.Tools.Add tcDragPoint
Chart.Tools.Items(3).asDragPoint.Series = 0
Chart.Tools.Items(3).asDragPoint.DragStyle = dsY
Chart.Tools.Add tcMarksTip
Chart.Tools.Items(4).asMarksTip.Series = 0
It will only works if you use the code like this
Chart.Tools.Add tcMarksTip
Chart.Tools.Items(2).asMarksTip.Series = 0
Chart.Tools.Add tcGantt
Chart.Tools.Items(3).asGantt.Series = 0
Chart.Tools.Items(3).asGantt.AllowResize = False
Chart.Tools.Add tcDragPoint
Chart.Tools.Items(4).asDragPoint.Series = 0
Chart.Tools.Items(4).asDragPoint.DragStyle = dsY
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Tue Oct 14, 2008 9:44 am
Hi JD,
Could you please send us a simple example project we can run "as-is" to reproduce the problem here and let us know the TeeChart version you are using?
You can either post your files at news://
www.steema.net/steema.public.attachments newsgroup or at our
upload page.
Thanks in advance.
-
JD
- Newbie
- Posts: 7
- Joined: Fri Jun 06, 2008 12:00 am
-
Contact:
Post
by JD » Tue Oct 14, 2008 10:57 am
Uploaded.
Using Version 8.0.0.4.10507
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Tue Oct 14, 2008 11:17 am
Hi JD,
Thanks for the example project. I see this happens adding a GanttDrag tool before a MarksTip tool. Doing the same but using a DragPoint instead of a GanttDrag works fine. I've added the issue (TV52013454) to the bug list to be fixed for next releases.