OWC chart: Multiple series question

W

wolfing1

I want to put two series in a line chart using OWC. The thing is, one
of the series X axis is part of the other. Like so:
Series 1:
X axis Y axis
1/1/06 200
1/2/06 300
1/3/06 250
1/4/06 400
1/5/06 290

Series 2
1/2/06 280
1/3/06 270
1/4/06 350

The type of series I'm using is chChartTypeSmoothLine for both.
The way I have it now, the graph shows both series, but the second
series starts at 1/1/06 and shows a line going from 0. Is there a way
to make it so series 2 plotting starts at 1/2/06 instead of 1/1/06?
 
A

Alvin Bruney - ASP.NET MVP

You will need to ungroup the series for that to work correctly. Ungroup is
discussed on MSDN.

--
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