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" }));