Hi,
I'd like to use a
VB control to manage diplaying a jpg image over an
embedded chart when a data symbol on a chart is selected. You already helped
me figure out how to trap chart events so I have that squared away. I'd like
the control to maintain focus over the chart even when the chart (or series
point) is selected. When I use the "Picture" control, the chart takes focus
precedence over the control when selected. I'm not married to the picture
control and am willing to use any. I like a control however because I can
simply change the path to the new image file rather than doing an
"insert-picture" type routine, then making sure to delete the image when
other data points are selected. Any ideas welcome.
Thanks much