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.
Did you open and run the project I attached in the previous post?
Me too.
I use same version line chart.
Are you have a solution?
I want solution very quickly!!!!!!!!
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.
9.1.20091.1015
What version of the chart dll are you using? I don't see this problem happening on my local machine.