J
jtz
I want to use chartSpace's XMLData to "clone" chartSpace,as below
chartSpace2.XMLData=chartSpace1.XMLData
when series and axes in chartSpace1 are bound with data of chDataLiteral
(one of setdata method's DataSourceIndex types ),It work
perfectly,chartSpace2 "clone "chartSpace1 identically.but when chartSpace1
has a datasource such as spreadsheet or pivot,and the DataSourceIndex type
of setData go to chDataBound,it doesn't work,chartSpace2 can only "clone"
chartSpace1's fomat property such as font,color but series and axis.I had
thought that's I didn't set chartSpace2's datasource,so I set it,but it
didn't work either. ChartSpace1 and chartSpace2 were in the same page where
the datasource contol such as spreadsheet or pivot was there also.
Is there any thing I do wrong?please give me a lead.
thank in advance.
chartSpace2.XMLData=chartSpace1.XMLData
when series and axes in chartSpace1 are bound with data of chDataLiteral
(one of setdata method's DataSourceIndex types ),It work
perfectly,chartSpace2 "clone "chartSpace1 identically.but when chartSpace1
has a datasource such as spreadsheet or pivot,and the DataSourceIndex type
of setData go to chDataBound,it doesn't work,chartSpace2 can only "clone"
chartSpace1's fomat property such as font,color but series and axis.I had
thought that's I didn't set chartSpace2's datasource,so I set it,but it
didn't work either. ChartSpace1 and chartSpace2 were in the same page where
the datasource contol such as spreadsheet or pivot was there also.
Is there any thing I do wrong?please give me a lead.
thank in advance.