I have an mschart control on a form.
I want to prevent the user from changing the position of the control on the form (by dragging and dropping) so I have set the DragMode property to Automatic.
This is only partially successful.
The user cannot actually move the chart but when they mousedown over it, a border appears around the chart and this can be dragged.
Is there any way to prevent the border appearing?
