02-23-2017 09:33 AM
How can move an XYRangeAnnotation from its corners and resize the annotation using the mouse ?
Any help ?
02-24-2017 11:36 AM
Hi Mobdev,
I don't think there's a way to enable that functionality. The methods to detect corner clicks don't exist in the XYRangeAnnotation class. You may be able to achieve similar functionality by working in the Click method of the containing graph but it will be somewhat complicated. Why would you like to drag the corners of the annotation?