View Full Version : Multiple yaxis, multiple scales, multiple series on each


dflatcsharp
05-31-2006, 01:55 PM
I have a problem I have been working on for over a week. I have researched
the net AND I cannot find a solution. I need help.


I am writing a C# windows program in VS2005. I have added an OWC11 chart to
a form and am trying to accomplish the following:

I must create a line chart that uses production date as the x axis. I need
a y axis on the left side of the chart that is scaled to represent volumes
(can be anywhere from 0 to 1000000+) I will need several series of volumes,
possibly as many as 10. I need a y axis on the right side of the chart that
is scaled to represent btu values ( usually ranging from 0 to 1500). I will
need several series of btus on the chart, for now I would be happy if I could
get 2 to display. I have managed to get several volume series on a chart but
only ONE btu series. Whenever I add the second BTU series it totally messes
up the chart, replacing the second series legend with "Series 4 Data". I
have screen prints but cannot paste them here.

HELP.








Was this post helpful

Alvin Bruney
05-31-2006, 05:58 PM
If i understand you correctly, you need to ungroup the category axis.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

"dflatcsharp" <dflatcsharp@discussions.microsoft.com> wrote in message
news:4AED4A8A-29A4-44E3-9EA8-6AD6BDD4FF3D@microsoft.com...
>I have a problem I have been working on for over a week. I have researched
> the net AND I cannot find a solution. I need help.
>
>
> I am writing a C# windows program in VS2005. I have added an OWC11 chart
> to
> a form and am trying to accomplish the following:
>
> I must create a line chart that uses production date as the x axis. I
> need
> a y axis on the left side of the chart that is scaled to represent volumes
> (can be anywhere from 0 to 1000000+) I will need several series of
> volumes,
> possibly as many as 10. I need a y axis on the right side of the chart
> that
> is scaled to represent btu values ( usually ranging from 0 to 1500). I
> will
> need several series of btus on the chart, for now I would be happy if I
> could
> get 2 to display. I have managed to get several volume series on a chart
> but
> only ONE btu series. Whenever I add the second BTU series it totally
> messes
> up the chart, replacing the second series legend with "Series 4 Data". I
> have screen prints but cannot paste them here.
>
> HELP.
>
>
>
>
>
>
>
>
> Was this post helpful
>
>