Mari Report post Posted April 2, 2013 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
Swarnam Report post Posted April 3, 2013 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