Office Web Components and colour of series

E

Exch

Hello,
I need to dinamically generate some chart with office web components
and parts. There is a way to choose the colour of series?

Thank You
Exch
 
G

Guest

Yes you can, You will have to play a bit, it's not something well documented.

Try to use the latest OWC version (the one for Office 2003, OWC 11)

About OWC:

http://www.codeproject.com/aspnet/o...net.4guysfromrolla.com/articles/080603-1.aspx
http://www.eggheadcafe.com/articles/20021223.asp
http://blogs.msdn.com/excel/archive/2006/07/17/668544.aspx

If you need something more powerfull, and you have budget you can try Excel
Services (new in Sharepoint).

More info about generating Excel from a Web App:

http://www.tipsdotnet.com/ArticleBlog.aspx?KWID=51&Area=Excel&PageIndex=0

Good luck
Braulio

/// ------------------------------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ------------------------------
 
G

Guest

It should be something like:

oChartSpace.Charts[0].SeriesCollection[1].Interior.Color = "red";
oChartSpace.Charts[0].SeriesCollection[1].Line.Color = "red";


/// ------------------------------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ------------------------------
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top