shaswathi Report post Posted October 27, 2009 Hi, As fusion charts wont support anchor for the coulmn, can we show tickers on x-axis. I have labelStepCount=2, and only few labels are displayed and and since the plotSpacePercent is zero, we are not able to make out the datepoints and coulmns. So in any way cna we display the tickers for the labels that we display on x-axis. Expecting reply ASAP. Thanks in advance Share this post Link to post Share on other sites
Guest Madhumita Report post Posted October 27, 2009 Hello Shas , Please consider using the MSColumnLine3D.swf. Specify the anchor points for the line plot (anchors placed with respect to the points you wan to specify on the columns), and then set lineAlpha='0' and showLegend='0' in the <chart> element. Ref:-http://www.fusioncharts.com/docs/Contents/ChartSS/Col3DLine.html Hope this helps. Share this post Link to post Share on other sites
shaswathi Report post Posted October 27, 2009 Hi Madhumita, Thanks for a quick reply. But with this option I see all the labels gets the anchors. I want anchor for only those label that get displayed on graph. I set labelStep with some logic depending on which what ever the labels display i want to show anchor for that. I cant set achor for individual label. Say in 90 labels, i display 15 labels so i want only to show these 15. And I dont the 15 labels that are displayed, because I say labelStep=10(say). Share this post Link to post Share on other sites
Guest Madhumita Report post Posted October 27, 2009 Hello, Can you please send us the generated XML so that I can help to solve the issue as soon as possible? Apologies for the inconvenience. Awaiting your reply. Share this post Link to post Share on other sites
shaswathi Report post Posted October 27, 2009 Hi, I have added a line series with all zero and achors are displayed. I am attaching line2D xml. Here I want to display the achors for the labels that are displayed those are jan,mar,may,jul,sep,nov. For rest of the months the anchors should not be displayed. if this can be achieved then this solves my problem Line2D.xml Share this post Link to post Share on other sites
Guest Madhumita Report post Posted October 27, 2009 Hello, Please set anchorAlpha='0' in the <set> elements where you do not want to show the anchors. I am attaching an example XML for your reference. Hope this helps. data.xml Share this post Link to post Share on other sites