How to Hide the DropZone in ASP code????

E

ethanc

Hi,

In my ASP code, I have 2 problems:
1) I add chart in the chart space by:
set cht = m_cspace.Charts.Add()

But after 'set m_cspace.DataSource = m_rs' is executed,
I found another new chart is add. So I got 2 charts displayed in picture.
Why?

2) When I use:
set m_cspace.DataSource = m_rs
I found the DropZone is displayed at top of picture. How to hide
the DropZone?

Thanks
ethanc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top