Hello there,
concerning the WinChart control we have massive troubles with the automatic tooltips feature. In our opinion tooltips should be visible at all times! Also when the datapoints of a line chart reach the right edge of the client area. Unfortunately the tooltip window is displayed always on the right side of the mouse pointer and therefore it disappears under the right edge of the window instead of changing it's orientation (to left of mouse pointer).
Is there a way to change or fix that behavior?
Thanks in advance,
Gerald
You can set the tooltip overflow to ChartArea:chart.Tooltips.Overflow = TooltipOverflow.ChartArea
Thanks Max,
that was exactly what I was looking for.
Regards, Gerald