bikegriffith

Combination Chart Stacking Order

Recommended Posts

I'm using the MSCombi2D chart and have 2 datasets. The first dataset renders as a column chart, and I've used the "renderAs=Area" on the 2nd dataset to have it render as an area plot. The area plot always is shown in front of the columns, regardless of the order of the datasets.

 

Is there anything I can do to have the columns instead show in front of the area?

Share this post


Link to post
Share on other sites

Hey,:)

 

Could you please try using 'areaOverColumns' attribute set it to '0'?

 

This attribute lets you configure whether area chart will appear over column chart.

Share this post


Link to post
Share on other sites

Hey,:)

 

Could you please try using 'areaOverColumns' attribute set it to '0'?

 

This attribute lets you configure whether area chart will appear over column chart.

 

Thank you! Setting ``areaOverColumns=0`` on the chart object and ``alpha=80`` on the column dataset, which is now in the foreground, works great.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now