Adding data to line Chart dynamic OWC11

P

pascal

Hi.
i looking for away to add new data in existing Series in chart for example:
line chart of temperture values that updates on going on the chart without
redrawing the chart each.

se = wc.SeriesCollection.Add(0);

se.SetData(Microsoft.Office.Interop.Owc11.ChartDimensionsEnum.chDimValues,Convert.ToInt32(Microsoft.Office.Interop.Owc11.ChartSpecialDataSourcesEnum.chDataLiteral), values);

Can i add new data to the end of the Series (se object)?
pascal
 
A

Alvin Bruney [ASP.NET MVP]

Depends on how you render it. If you render it with object tags, yes you
can. If you render from the server as an image (like i suspect you have) no,
it can't be done.

--
Regards,
Alvin Bruney

Want a free copy of VS 2008 w/ MSDN premium subscription?
Details at http://msmvps.com/blogs/alvin/Default.aspx

Auther Plug
OWC Blackbook now on download at www.lulu.com/owc
 

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