Can you create a second Y Axis in a chart?

G

g3000

Hello,
Im using VS 2005 and Im on a Win2K3 Server machine. Can anyone
tell me how to make a second Y Axis when I create a chart in a report
viewer control?


The type of chart is a line chart. I want to be able to do this from a
ASP page. I assume a VB asp page is easier then C#. Any examples
anywhere?
Thanks for your time in advance. If
you can point me to docmentation/tech article that would be helpful
too.


Carlton G.
 
A

Alvin Bruney - ASP.NET MVP

A chart has 2 axes, the third axes, depth, is implied. What you are a
looking for is multiple series. There's code in this newsgroup showing
multiple series charts.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 

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