Hi all
Don't know if this question has been up? Tried to search the forum bu couldn't fina a solution to it.
So this is what I want to do: I want to use the Line2D graph and plot number of items (yaxis) over days (xaxis). The data looks like
y, x
20, 0
22, 23
24, 24
30, 101
26, 168
When I plot this the axis is uniformly divided, but I dont wont that, since the angle of the graph is quite important.
Using scattered graph doesn't seem to solve the issue
Pls help
Rgds
/W
Thanks
Sorry for late replay, been on holiday in Philipines for 4 weeks. XML looks something like;
<graph yAxisMinValue='120' yAxisMaxValue='140' caption='Scandic Hotels' subcaption='Since 2007-04-26' xAxisName='Time' yAxisName='Numer of Hotels' decimalPrecision='0' numberPrefix='Hotels' showNames='1' showValues='0' showAlternateHGridColor='1' AlternateHGridColor='ff5904' divLineColor='ff5904' divLineAlpha='20' alternateHGridAlpha='5'><set name='0' value='135' tooltext='Tooltext' />
<set name='160' value='136' tooltext='Tooltext' />
<set name='4' value='137' tooltext='Tooltext' />
<set name='5' value='138' tooltext='Tooltext' />
<set name='6' value='139' tooltext='Tooltext' />
<set name='28' value='140' tooltext='Tooltext' />
</graph>
ASP Code:
Call renderChart("FusionCharts/Line.swf", "", strXML1, "ChartId", 600, 350, false, false)
What I would like to do is to have name-value as x-label, and value as y-label. (Since "name" above is number of days passed since last change in "value")
Hope this helps
/W