This question is locked. New answers and comments are not allowed.
When I hover over a bar in a gantt chart, the tooltip flickers. Is there a work around for this? Any help would be greatly appreciated.
For i As Integer = 0 To m_projectList.Projects.Count - 1
rcConstructionDates.Series(0).Items(i).ActiveRegion.Tooltip =
"My Start Date: " & m_projectList.Projects(i).MyStartDate & ControlChars.CrLf & "My End Date: " & m_projectList.Projects(i).MyEndDate
Next