Emilio Report post Posted April 11, 2017 Hello, Can you share the formula that FusionCharts uses when calculating the yAxisMaxValue? I'm overriding it for one of them, but I want FusionCharts to calculate the other one. However, the adjustDiv attribute doesn't work that way. By setting this to False, both axis are left for manual calculation, as well as the number of div lines. If I knew what formula FC uses for calculating this, I could override one of them and supply this formula to the other one. Thanks, Emilio Share this post Link to post Share on other sites
Prerana Report post Posted April 17, 2017 Hello, For calculating the yAxisMaxValue, we take the max value(data value) and then divide it by the no. of y-interval, further adding one with the result, and finally multiply it with y-interval. This is how we get the yAxisMaxValue. Hope this will help. Share this post Link to post Share on other sites