Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have two charts which has two multibox separately. Is it possible to show one multibox whena chart is maximized and the hide other multibox. Please look at the attachment. Will any macro does some help.
--Santhosh
The consenus on this seems to be that it is not possible. Search the forum and you should find some good discussions about minimizing other objects when a chart is minimized. Since there is no event fired when an object is minimized, it is very difficult to keep the objects in sync.
One workaround is to disable the minimize/maximize buttons on your chart and handle that functionality using a button. Then with that button, you can also handle the hiding/showing of the multiboxes.
EDIT: Here is a good thread on the subject: Hide and Show Objects Together
The consenus on this seems to be that it is not possible. Search the forum and you should find some good discussions about minimizing other objects when a chart is minimized. Since there is no event fired when an object is minimized, it is very difficult to keep the objects in sync.
One workaround is to disable the minimize/maximize buttons on your chart and handle that functionality using a button. Then with that button, you can also handle the hiding/showing of the multiboxes.
EDIT: Here is a good thread on the subject: Hide and Show Objects Together
I agree. A button should do this trick.Thanks.