User (Legacy) Posted June 11, 2002 Report Share Posted June 11, 2002 What is the trick to getting the YAxis to reflect the combination of two series that are stacked? The top of my YAxis is currently just showing the series(0) max, when I really want it to show the sum of series(0) and series(1). I tried using SQL to generate that number chart.yaxis.max=sumvar (max of the two series) with no success Link to comment Share on other sites More sharing options...
Software FX Posted June 13, 2002 Report Share Posted June 13, 2002 If you are doing this in code try setting the stacked property after the data has been passed to the chart. -- Regards JC Software FX Support "Bobby Ruch" <rmruch@fedex.com> wrote in message news:3D05FA5D.258F0CC7@fedex.com... > What is the trick to getting the YAxis to reflect the combination of two > series that are stacked? The top of my YAxis is currently just showing > the series(0) max, when I really want it to show the sum of series(0) > and series(1). I tried using SQL to generate that number > > chart.yaxis.max=sumvar (max of the two series) > > with no success > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.