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
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