Adding a vertical line using dummy series

A

AAbraham

Hi Everybody,

I'm trying to draw a vertical line in OWC Chart in a specifired point. I
know I have to use dummy series and I've done it in excel but I'm having
problems coding the steps in vb. It looks like I can't have two different
chart types(column and scatter) in one chartspace. Do you have an example
that can help me? Or know of any other way that will result on having a
column chart and a vertical line in the same shartspace? Please help!

Thank,
AAbraham
 
A

Alvin Bruney [MVP - ASP.NET]

for dummy series, you will need to use custom drawing and the eventing model
since this functionality is not supported internally by the OWC. I've
written a few articles on MSDN about custom drawing if you care to take a
look. There are more detailed examples in the black book.

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 

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