﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts Free / XML Issue  / Alternative for labelstep on X-Axis in FusionCharts V3 / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Tue, 02 Dec 2008 07:16:01 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Alternative for labelstep on X-Axis in FusionCharts V3</title><link>http://www.fusioncharts.com/forum/Topic5753-41-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Could you please try using &lt;SPAN class=codeInline&gt;hoverText insead of toolText since you are using FREE version of charts. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=codeInline&gt;XML for v3 uses toolText. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=codeInline&gt;For more on the XML structure of FREE charts Please visit the "Chart XML Reference" section in our Documentation : &lt;A href="http://www.fusioncharts.com/free/docs"&gt;http://www.fusioncharts.com/free/docs&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=codeInline&gt;&lt;/SPAN&gt; </description><pubDate>Fri, 18 Apr 2008 08:24:34 GMT</pubDate><dc:creator>Sudipto Choudhury</dc:creator></item><item><title>RE: Alternative for labelstep on X-Axis in FusionCharts V3</title><link>http://www.fusioncharts.com/forum/Topic5753-41-1.aspx</link><description>And Sudipto, one more thing ,on the x-axis the values are coming in half-an-hour interval but i want to show the values on mouse over event in 6minutes interval which is my lowest possible unit on graph  .I have seen a thing as toolText but it is not working&lt;/P&gt;&lt;P&gt;for(int i=0;i&amp;lt;240;i++)&lt;BR&gt;{&lt;BR&gt;if(i % 5 == 0)&lt;BR&gt;{&lt;BR&gt;dbtime = times[i].substring(0,5);&lt;BR&gt;strXML += "&amp;lt;category name='"+dbtime+"' toolText='"+dbtime+"' showName='1'/&amp;gt;";&lt;BR&gt;}&lt;BR&gt;else&lt;BR&gt;{&lt;BR&gt;strXML += "&amp;lt;category name='"+dbtime+"' toolText='"+dbtime+"' showName='0' /&amp;gt;";&lt;BR&gt;}&lt;BR&gt;}&lt;BR&gt;Plz help me in this regard....</description><pubDate>Fri, 18 Apr 2008 04:25:33 GMT</pubDate><dc:creator>Abhi401</dc:creator></item><item><title>RE: Alternative for labelstep on X-Axis in FusionCharts V3</title><link>http://www.fusioncharts.com/forum/Topic5753-41-1.aspx</link><description>Thnx Sudipto now it is working i have used showName instead of showLabel</description><pubDate>Fri, 18 Apr 2008 04:14:48 GMT</pubDate><dc:creator>Abhi401</dc:creator></item><item><title>RE: Alternative for labelstep on X-Axis in FusionCharts V3</title><link>http://www.fusioncharts.com/forum/Topic5753-41-1.aspx</link><description>Dear Sudipto,&lt;/P&gt;&lt;P&gt;thnx for ur reply.&lt;/P&gt;&lt;P&gt;I am using showLabel as given below in the code .Actually i want to print every fifth value on the x-axis .But still it is not working&lt;/P&gt;&lt;P&gt;for(int i=0;i&amp;lt;240;i++)&lt;BR&gt;{&lt;BR&gt;if(i % 5 != 0)&lt;BR&gt;{&lt;BR&gt;strXML += "&amp;lt;category name='"+dbtime+"' showLabel='0' /&amp;gt;";&lt;BR&gt;}&lt;BR&gt;else&lt;BR&gt;{&lt;BR&gt;dbtime = times[i].substring(0,5);&lt;BR&gt;strXML += "&amp;lt;category name='"+dbtime+"' showLabel='1'/&amp;gt;";&lt;BR&gt;}&lt;BR&gt;}&lt;BR&gt;</description><pubDate>Fri, 18 Apr 2008 03:59:50 GMT</pubDate><dc:creator>Abhi401</dc:creator></item><item><title>RE: Alternative for labelstep on X-Axis in FusionCharts V3</title><link>http://www.fusioncharts.com/forum/Topic5753-41-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I am afraid, &lt;STRONG&gt;labelStep &lt;/STRONG&gt;is not supported in FusionCharts FREE charts. Could you please use showLabel='0' in the &amp;lt;category&amp;gt; or &amp;lt;set&amp;gt; for each label which you do not want to show.</description><pubDate>Fri, 18 Apr 2008 03:06:02 GMT</pubDate><dc:creator>Sudipto Choudhury</dc:creator></item><item><title>Alternative for labelstep on X-Axis in FusionCharts V3</title><link>http://www.fusioncharts.com/forum/Topic5753-41-1.aspx</link><description>Hi,&lt;P&gt;  I am using Fusion Charts Free version and i want to hide alternate X-Axis values  such that it will hide some columns values on X-Axis and show the other.&lt;/P&gt;&lt;P&gt;I come to know that there is labelstep in V3 of FusionCharts but its not working in free version .Is there any alternative for it in free version.&lt;/P&gt;&lt;P&gt;Also i am sending you my code:- &lt;/P&gt;&lt;P&gt;&amp;lt;graph caption='CPU UTIL Summary of "+serverName+"' subcaption='For the year 2008' xAxisName='TIME'  yAxisName='Value' formatNumberScale = '0' decimalPrecision = '0' rotateNames = '1' showvalues='0' connectNullData = '1' rotateLabels ='1' showToolTip='0' showShadow='0' adjustDiv='0' yAxisMinValue='0' yAxisMaxValue='100' labelDisplay='ROTATE' slantLabels='1' &lt;STRONG&gt;labelStep&lt;/STRONG&gt;='4'&amp;gt;";&lt;BR&gt;&lt;/P&gt;&lt;P&gt;Plz help me waiting for your reply</description><pubDate>Fri, 18 Apr 2008 02:05:43 GMT</pubDate><dc:creator>Abhi401</dc:creator></item></channel></rss>