Mari

Stacked Combination Chart - Adaptive Primary Y-Axis

Recommended Posts

Hi there

 

We are using 3 different types of stacked combination charts:

1.    Multi-series Stacked Column 2D Line Dual Y Combination Chart

       MSStackedColumn2DLineDY.swf

 

2.    Stacked Column 3D Line Dual Y Combination Chart

       StackedColumn3DLineDY.swf

 

3.    Stacked Column 3D Line Single Y Combination Chart

       StackedColumn3DLine.swf

 

We want to know if it is possible to set the primary y-axis lower limit to adapt itself to a different figure based on values provided to the chart.

 

The documentation only states that you change the second y-axis for the dual charts using “setAdaptiveSYMin”, but nothing is mentioned regarding the primary y-axis.

 

Regards

Mari

Share this post


Link to post
Share on other sites

Hi Mari,

 

The stacked charts are used when data sets have to be broken down into their constituents, and then the data sets as a whole also need to be compared against one another. So, stacked charts shows a cumulative value of all data sets and  Y axis lower limit should start from zero. So, it cannot adapt itself to a different figure based on values provided to the chart.

 

"setAdaptiveSYMin" is supported in Stacked Column 3D Line Dual Y Combination Chart and Multi-series Stacked Column 2D Line Dual Y Combination Chart. This attribute is used to lets you set whether the secondary y-axis lower limit will be 0 (in case of all positive values on chart) or should the y-axis lower limit adapt itself to a different figure based on values provided to the chart. The secondary Y axis for the above chart types plots a Line dataset.

 

Hope this helps.

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