Hello,
I have some points plotted and they have a callout attached. I can use whatever X and Y offsets I want to place the callouts. But we want the user to be able to move the callout with the mouse if they want, and then be able to save the new offset location so that it will show up in the location the next time they bring up the points.
I see that we can see the offset location via the property window of the callout in the UI. However, I haven't found a way to get at that information via code. How to drill down to that via the objects in the code.
How can I get at that information?
I also noticed in the UI that if I do move the callout with the mouse, while looking at the offsets, it does not update in real time with the new offset location (as it does the XY coordinates when moving it). It still shows the offsets I originally set it to. So I might also need to be able to refresh that before I get it in the code?
This is in Visual Studio, C#.
Thanks
Andy