zane Lin
05-09-2006, 10:40 AM
Hello group,
I would like to plot with two data sets into one chart in OWC10.
One is distance(m)for x-axis and Hight(m) for y-axis using
"chChartTypeArea". The other one is date(yy/mm/dd)for x-axis and Hight(m)
for y-axis using "chChartTypeLine".
It is done successfully by adding secondary x-axis with MS Excel. How to
do the same work in OWC10 or there is any method to solve it?
Best regards,
Zane
Alvin Bruney
05-09-2006, 08:06 PM
You can do the same thing in OWC by adding a secondary axis, basically the
code to create an axis needs to be replicated. There are snippets in this
newsgroup for implementing this if you care to google.
--
________________________
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
-------------------------------------------------------
"zane Lin" <zane1116@pchome.com.tw> wrote in message
news:1504dc09c7a8412aa1a8faee04040cb7@ureader.com...
> Hello group,
> I would like to plot with two data sets into one chart in OWC10.
> One is distance(m)for x-axis and Hight(m) for y-axis using
> "chChartTypeArea". The other one is date(yy/mm/dd)for x-axis and Hight(m)
> for y-axis using "chChartTypeLine".
> It is done successfully by adding secondary x-axis with MS Excel. How to
> do the same work in OWC10 or there is any method to solve it?
> Best regards,
> Zane
zane Lin
05-10-2006, 05:10 AM
It is kind of you for replying immediately. Actually, I find your group and
post my message for help after visited many web sites about ASP.net & OWC10
in vain by google.
I am sorry for the unclarity of my problem. I get the result of separate
graph for each data set in one oordinate system and one chart. It plots the
graph of the first data set and then the other one on right side of former
graph base x-axis.
There is still another difference for the two data sets. The amount of the
former data set is more then that of the latter one. Perhaps the sticking
point is the different amount between two data sets in my opinion and a
deeply resolution would be appreciated.
Best regards,
Zane
Alvin Bruney
05-10-2006, 12:54 PM
either lines or columns are supported as types. If you need a different data
type drawn on the chart, you will need to use custom drawing.
--
________________________
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
-------------------------------------------------------
"zane Lin" <zane1116@pchome.com.tw> wrote in message
news:b58b257cc521438183a824ebbbd751f7@ureader.com...
> It is kind of you for replying immediately. Actually, I find your group
> and
> post my message for help after visited many web sites about ASP.net &
> OWC10
> in vain by google.
>
> I am sorry for the unclarity of my problem. I get the result of separate
> graph for each data set in one oordinate system and one chart. It plots
> the
> graph of the first data set and then the other one on right side of former
> graph base x-axis.
>
> There is still another difference for the two data sets. The amount of
> the
> former data set is more then that of the latter one. Perhaps the sticking
> point is the different amount between two data sets in my opinion and a
> deeply resolution would be appreciated.
>
> Best regards,
> Zane
Zane Lin
05-12-2006, 10:53 AM
I am grateful to have your professional resolution!