As one can see in the above graph , I am using a free version of bar chart (FCF_Bar2D.swf) .
But some times the Y-Axis scale values are missing; in the above graph 2 and 5 are missing.
and also in some cases the chart renders Perfectly
I would like to have 1, 2, 3, 4, 5, 6.... (a consistent scale of values ) .
How can i achieve that ??
MY ASP.net code is :
FusionCharts.RenderChartHTML("FCF_Bar2D.swf", "AreaChartData.xml", "", "LineChart", "300", "300", false);My XML data is :
<
graph caption='Brand Winner' yAxisName='Brand Value ($ m)' xAxisName='Brand'bgColor= 'F1F1F1' showValues='0' canvasBorderThickness='1' canvasBorderColor='999999' showAlternateVGridColor='1' alternateVGridColor='cdcdcd' divLineAlpha='0' decimalPrecision='0'><
set name='Coca-Cola' value='6' hoverText='2006 Rank: 1, Country: US' color='AFD8F8'/><
set name='Microsoft' value='5' hoverText='2006 Rank: 2, Country: US' color='F6BD0F'/><
set name='IBM' value='5' hoverText='2006 Rank: 3, Country: US' color='8BBA00'/><
set name='GE' value='4' hoverText='2006 Rank: 4, Country: US' color='FF8E46'/><
set name='Intel' value='3' hoverText='2006 Rank: 5, Country: US' color='008E8E'/><
set name='Nokia' value='3' hoverText='2006 Rank: 6, Country: Finland' color='D64646'/><
set name='Toyota' value='2' hoverText='2006 Rank: 7, Country: Japan' color='8E468E'/><
set name='Disney' value='2' hoverText='2006 Rank: 8, Country: US' color='588526'/><
set name='McDonalds' value='2' hoverText='2006 Rank: 9, Country: US' color='B3AA00'/><
set name='Mercedes-Benz' value='2' hoverText='2006 Rank: 10, Country: Germany' color='008ED6'/></
graph>Thanks
Prashanth Allam.

Back to top
MultiQuote