Hi,
is there a way to prevent the tooltip from a Ganttchart-item to be displayed outside of the window ? If an item is located near the right border of the chart (and form) then the tooltip isn't displayed properly (depending on the mouseposition inside the item)
When in windows a popupitem can't be displayed properly because of screenrestrictions the popup get's located on the other side ...
Thanks,
Wim
--> preview at : http://www.de-wilde-eend.be/otherfiles/Clipboard02.gif
Works perfectly !!
Thanks ...
You can try using:
ultraChart1.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ChartArea;