views:

30

answers:

1

Hi ,

i"m using the google chart API warpper (http://code.google.com/p/googlechartsharp/wiki/ChartData)

i didn't see the option to set the labels for x axis i want the graph looks somthing like http://img268.imageshack.us/img268/4097/test213.jpg

i want to set the X labels

please help me how to accomplish that

thanks!

UPDATE Found Solution: T..is the x values on the bottom

lineChart.AddAxis(new ChartAxis(ChartAxisType.Bottom , new string[] { "T1", "T2", "T3", "T4", "T5", "T6" }));

A: 

Hope this helps you

http://chart.apis.google.com/chart ?chxt=y &chbh=a &chs=300x225 &cht=bvg &chco=A2C180,3D7930 &chd=s:s,J &chdl=yes+no|no &chtt=Vertical+bar+chart

Flakron Bytyqi
thanks,but i want to use the c# Google API
Yan