ASP.NET DataSet Custom Labels on X axis

Hello I´m using ASP.NET to draw a columnchart that show 3 columns of a DataTable whit this information: Name | Value -----------|------------ Prestamo X | 1000000 Prestamo Y | 1500000 Total | 2500000 In the X axis i need to show the values in the "Name" column , and in the Y axis de values in the "Value" column . Right now, the displaying of the y axis is correct, but the x axis is not, it shows al the information overlaped in one column, and the labels are a serie of numbres from 0 to 1. how can i show the X axis correctly? (the values in the name column)

2 Replies

RF Rashidha F Syncfusion Team September 8, 2005 12:52 PM UTC

Hi Lucas, Please take a look at the sample attached. Let me know if this fulfills your requirement. Thanks for your interest in Syncfusion product. Regards, F.Rashidha Forum1_2463.zip


LU Lucas September 8, 2005 05:00 PM UTC

Thaks Rashidha that example works excellent

Loader.
Up arrow icon