Hi
Chart not showing all months name. Image attached
Chart2.DataSource = objResult;
Chart2.Series[0].XValueMember = "Month";
Chart2.Series[0].YValueMembers = "AverageDays";
Chart2.DataBind();
Thanks
Hi
Chart not showing all months name. Image attached
Chart2.DataSource = objResult;
Chart2.Series[0].XValueMember = "Month";
Chart2.Series[0].YValueMembers = "AverageDays";
Chart2.DataBind();
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek YadavPosted Nov 21, 2022, 4:22 PM
you cannot set the values at(0,0) this is the valid reason
Aravind GovindarajPosted Nov 21, 2022, 3:44 PM
I feel if you increase the size of the chart it will pile up, otherwise, you can overwrite the default behaviour of the month rendering option.
Brahma Prakash ShuklaPosted Nov 21, 2022, 3:17 PM
Try these solution.
1. You need to check your data for this, may be data is null for the missing months.
2. Increase your charts width.
Vishal JoshiPosted Nov 21, 2022, 1:00 PM
Hello,
Please Share the data response you are getting.
Also, try to increase width of chart.
Thanks