How to set the line Weight in the Chart (OWC11)?

P

pascal

Does anu one knows how to set the line Weight in the series object in the
Chart of the OWC?

ChChart wc;
.....

Microsoft.Office.Interop.Owc11.ChSeries se;
se = wc.SeriesCollection.Add(0);
// Add data to Series

se.Line.Weight ?????
 

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