Jump to content
Software FX Community

Yaxis reflecting stacked series sum


User (Legacy)

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...