Hi,
Can I resize the bounds of a box primitive using mouse or chart events. I am using infragistics 7.3.
Regards,
Uday
yes. handle the FillSceneGraph event e.SceneGraph should contain all the primitives in your chart. you can find whatever Box primitives you're looking for and resize it.