I am using spline chart to show the data for 3 weeks. My datatable is
mydata.Columns.Add("Week4", typeof(int));
mydata.Columns.Add(
"Week3", typeof(int));
"Week2", typeof(int));
mydata.Columns.Add("
Week1", typeof(int));
// Add the rows of data
mydata.Rows.Add(
new Object[] {4, 6, 8, 10) });
I am binding the datatable to chart. Chart looks like this
The Week 1 is not displaying. I need it very badly..
Thanks.
I would suggest downloading the latest available update. Your build number is 1015, but from the previous post a fix was published in build 2101.
I am currently using version # 9.1.20091.1015 but this issue still persists for me in area chart.
thank you for you reply...
I'll upgrade Infragistics version...
bye~~~! ^^
Looks like theversion I was using was different after all. Sorry about the confusion. This problem has been fixed in a service release that you can download here:http://ko.infragistics.com/Membership/Default.aspx?panel=Downloads
Make sure you pick the service release for 9.1 ( I believe it's build 2101) and install that. Also, make sure you update the references in your application to the new build and the problem should disappear.
i did open and run the project your attached...
i did check, but it should not apply.
what's option value control to show last label.