gajotres Report post Posted September 7, 2009 (edited) I have problem with to many significant numbers shown on graph. I am wondering can it be somehow to set graph to show only fix number of dots. http://www.otpinvest.hr/ I what I want to get and this is what I have http://www.azinvest.hr/naslovnica/charts.aspx Can this be only done trough c# or is there some setting that allows me for example to show every 5 or 10 value Or for example I want to have only 30 dots on graph Edited September 7, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 7, 2009 Hello Gajotres, Welcome to the FusionCharts Forum. Yes, there is a solution for this. You could set alpha='0' in the <set> element that you don't wish to show the anchors for. By doing this, basically, what you'll be achieving is to show the anchors, for example, 30 in number and the rest, on which you are to apply the alpha attribute, will be invisible. I hope this helps. Share this post Link to post Share on other sites