Page 1 of 1

Maybe a bug

Posted: Tue Oct 14, 2008 9:20 am
by 15049298
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

Posted: Tue Oct 14, 2008 9:44 am
by narcis
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.

Posted: Tue Oct 14, 2008 10:57 am
by 15049298
Uploaded.

Using Version 8.0.0.4.10507

Posted: Tue Oct 14, 2008 11:17 am
by narcis
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.