Question
Moving objects on a graph
I'm developing an application in C# that will let users create bar chart graphs using Illustrator. The client wants the value of individual bars to be displayed at the end of each bar. I want to do this as a text string and will need to move those strings around so they end up in the right place. Can this be done? How can I move objects around?