Hi,
I was wondering if it's possible to drag the gantt elements or otherwise interact with them? What I'm trying to achieve is a gannt chart where I could move the items around and also resize them.
Does any one have any guide lines where to start from. I could just extend the ultrachart class, but as being the typical lazy ass coder I would like know if there happens to be a easier solution :)
If the extending is the only solution could someone please give me some pointers from which events I should start from.
Thanks in advance,
Kalle
please see my answer to your post on another thread: http://forums.infragistics.com/forums/p/4723/22172.aspx#22172
Can you explain how i can do the drag the graph line move up and down using FillSceneGraph. I need it very urgently in my application
Unfortunately, drag and drop and resizing of the individual chart elements has not been implemented. You can try implementing drag and drop by handling DataItemOver, DataItemOut and ChartDataClicked events. In order to get an element to resize or move around, you need to handle FillSceneGraph event and modify the existing primitives inside the scene graph.