Hi,
Is it possible to dynamically resize the bin(column\bar) thickness of a stacked column chart. I am using a composite chart comprising of a stacked column chart and a line chart.
When I resize the column chart using the cursor , my line chart should also get redrawn.request you to kindly help me with the same.
Regards,
Uday
i don't think it will be as simple as the line chart dragging sample. you will need to handle the MouseDown event, evaluate if your box's edge was clicked, Invalidate during the MouseMove or MouseUp, and change your FillSceneGraph event handler to draw the box using your new calculated bounds.
Hi David,
I saw the sample related to dragging a graph line. I am creating a box primitive on top of a stacked column chart. How can drag the bounds of the box primitive to resize the bounds?
Please help as I dont have much time I need to finish this task.
thanks and Regards,
Uday.
Thanks for the mail. I am using infragistics 7.3 version in my code and i dont think there are any samples available for interaction.
I wanted to check with you if it is possible to change the bounds of a box primitive dynamically.In case you have a similar sample example , could you please send it to me.
Thanks and Regards,
unfortunately i can't provide sample code for this, as it would take several hours to figure out the right solution, and i am working on another development deadline. i've never created this sample in the past; i can only say that i believe it's possible. make sure you check out the interaction samples and custom Layer / FillSceneGraph samples in the winchart samples browser.
and feel free to ask here if you have more specific questions along the way.
Yes, I have already asked this question in a seperate thread. Actually I had posted the thread later once I got some clarification on the requirement.
I was trying to accomplish the task using primitives but I am not very sure as to How to handle the mouse events.
Request you to kindly help me out with the same.