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 believe this is a recently fixed issue. Have you tried downloading the latest service release from our web site? Also, you can try disabling the axis label layout and see if that eliminates the problem:
chart.Axis.X.Labels.Layout.Behavior = AxisLabelLayoutBehaviors.None;
Thanks for your reply.
I have implemented code provided by you.But its not working..
What version of the chart dll are you using? I don't see this problem happening on my local machine.
9.1.20091.1015
Yes, I was using that same version. This should have worked fine by default. Here's the sample project. Try it out and see if you're still not seeing the label.
Me too.
I use same version line chart.
Are you have a solution?
I want solution very quickly!!!!!!!!
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://es.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.