lolek Report post Posted July 13, 2010 Hi, Is there a way to access yAxisMaxValue attribute of a chart in case when the user didn't specifically defined it? My reasoning is that even if this value wasn't set by user it is somehow automatically calculated. I'd like to access it or get to know the way it's computed. Kind regards, Ola Share this post Link to post Share on other sites
Sanjukta Report post Posted July 14, 2010 Hi Ola, The attribute yAxisMaxValue helps to explicitly set the upper limit of the chart. In case the value for this attribute is not specified, it is automatically calculated by FusionCharts based on the data provided by the user. I'd like to access it or get to know the way it's computed There are no specific or fixed ways of computing this value. The chart automatically takes up a marginally higher value than the highest value in the data provided and thus sets the chart limits accordingly. Hope this helps. Share this post Link to post Share on other sites
styla786 Report post Posted July 14, 2010 HI, Please use the PrePaint event of RadChart to iterate over the axis items and set the text of the last axis item to an empty string. This should override the label. I think it may help you for solving your problem. Best of luck. Share this post Link to post Share on other sites
Sanjukta Report post Posted July 15, 2010 Hi, Welcome to FusionCharts Forum. Thanks for sharing the idea with us. Share this post Link to post Share on other sites