PDA

View Full Version : Dragging Series within Chart


FlashBulb
03-04-2008, 07:21 PM
I'd like to be able to drag points on a Series within a Chart to different locations. Is this possible?

Seems like it might be an issue, since the Series is just a representation of an Array of Objects. To change its location on the Chart, I'd need to be altering the Array that defines it.

Has anyone done this before?