Software FX Posted July 28, 2000 Report Share Posted July 28, 2000 chart.MultiYAxis(0)=0 ---> ' assign 1st series to left Y-Axis chart.MultiYAxis(1)=0 ---> ' assign 2nd series to left Y-Axis chart.MultiYAxis(2)=1 ---> ' assign 3rd series to right Y-Axis chart.MultiYAxis(3)=1 ---> ' assign 4th series to right Y-Axis Regards, Juan Cegarra Software FX, Inc. http://support.softwarefx.com -----Original Message----- From: Yang Xie [ mailto:yxie@ziplink.net] Posted At: Thursday, July 27, 2000 10:24 PM Posted To: Server Conversation: *** Dual Y axises and 4 series *** Subject: Re: *** Dual Y axises and 4 series *** Thank you Juan. I guess my question should be how can I assign more than one series to one Y-Axis (two series to each Y-Axis). I am not using any Active X. it seems that wouldn't work if I can say: set chart=Server.CreateObject("ChartFX.WebServer") Chart.ADOResultset rstTrend chart.MultiType(0)=xxx ---> 'for 'line and dot' type chart.MultiType(1)=xxx ---> 'for 'line and dot' type chart.MultiType(2)=yyy ---> 'for 'bar' type chart.MultiType(3)=yyy ---> 'for 'bar' type chart.MultiYAxis(0)=1 ---> ' assign 2nd series to left Y-Axis chart.MultiYAxis(0)=2 ---> ' assign 3rd series to left Y-Axis chart.MultiYAxis(1)=3 ---> ' assign 4th series to right Y-Axis chart.MultiYAxis(1)=4 ---> ' assign 5th series to right Y-Axis ... What did I do wrong? I guess that is what I am actually looking for. Thank you for you attention. ---yang Juan Cegarra wrote: > To have multiple Y axes you will need to use the MultiYaxis property > To have multiple gallery types you will need to use the MultiType > property > > Both of these properties should be set after the data has been passed to > the chart. > > Regards, > > Juan Cegarra > Software FX, Inc. > http://support.softwarefx.com > > -----Original Message----- > From: Yang Xie [ mailto:yxie@ziplink.net] > Posted At: Thursday, July 27, 2000 5:45 PM > Posted To: Server > Conversation: *** Dual Y axises and 4 series *** > Subject: *** Dual Y axises and 4 series *** > > Hello all: > > I have a .asp page displaying a chart. I am using chart FX > IE 3.5. My recordset contains 5 columns and 12 rows. 1st > column is for X-axis, 2nd and 3rd are percentage and I would > like to use 'line and dot' and use left Y axis for these TWO > series. the 3rd and 4th series are quantities. and I would > like to use bar chart and right Y axis to represent these > TWO series. How can I do this? could any one please shed > some lights on this one? Eventually the chart should look > like 2 color of lines and 2 sets of color bars. I looked all > the helps and still don't know what to do. please, please > help... > > Thank you so much! > > ---yang Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.