Hello,
I have searched quite a bit but could not find an answer for my problem.
I am using the wonderful code from http://www.doka.ch/Excel3Dscatterplot.htm to represent a 3D chart using the Excel 2D XY Scatter Plot chart.
It comes with scroll bars which allow the graph to be interactively rotated. These work fine. My goal is to make this more intuitive by allowing the user to drag the graph around using their mouse (and therefore remove the scroll bars).
I have succeeded in writing VBA to do this, using a class to capture the chart (it's an embedded one) mouse events and rotate accordingly.
The problem I am having is removing the wireframe rectangle that is painted by Excel itself as I drag the graph around. Visually, it's very annoying so I am really keen to remove it. I am hoping it's not totally built-in and non-hideable.
Here is a screen shot of the graph being dragged with the dashed blue rectangle making its unwanted presence felt.
Many thanks in advance.
I have searched quite a bit but could not find an answer for my problem.
I am using the wonderful code from http://www.doka.ch/Excel3Dscatterplot.htm to represent a 3D chart using the Excel 2D XY Scatter Plot chart.
It comes with scroll bars which allow the graph to be interactively rotated. These work fine. My goal is to make this more intuitive by allowing the user to drag the graph around using their mouse (and therefore remove the scroll bars).
I have succeeded in writing VBA to do this, using a class to capture the chart (it's an embedded one) mouse events and rotate accordingly.
The problem I am having is removing the wireframe rectangle that is painted by Excel itself as I drag the graph around. Visually, it's very annoying so I am really keen to remove it. I am hoping it's not totally built-in and non-hideable.
Here is a screen shot of the graph being dragged with the dashed blue rectangle making its unwanted presence felt.
Many thanks in advance.