Maybe a bug
Posted: Tue Oct 14, 2008 9:20 am
Using Following Code will not fire the OnMouseEnterSeriesEvent
It will only works if you use the code like thisChart.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
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