When the mouse is moved over an NPlot chat on a Vista box the CPU loading becomes 100%. Remains at 100% even if the mouse is not moved.
Problem is caused by Vista generating a new mouse move event when a tooltip is displayed. Problem goes away if code is added to the OnMouseMove override method to detect if the mouse has moved since the last call.