User (Legacy) 2 Posted January 26, 2006 Report Share Posted January 26, 2006 We have a chart that has two different Y Axis. On Y1 we plot the sales of brand A and the sales of brand B as lines. The average values for these numbers is in the millions. On Y2 we plot the visitors to our web site from multiple locations. We want to show these visits as a stcked bar. The average value of these streams is in the thousands. I can setup the chart with the two sales streams on Y1 and the 4 visitor series on Y2. However, when I stack the chart it totally changes the look of the chart. It rescales the Y2 and I think it is stacking all of the serie regardless of which axis they are on. How can I get it to stack only the values on one axis? Quote Link to post Share on other sites
Software FX 0 Posted January 27, 2006 Report Share Posted January 27, 2006 You don't want to turn the whole chart to Stacked, only the bar series. chart.Series[i].Stacked = true; -- Francisco Padron www.chartfx.com Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.