I am using the following blog for developing Multi-Series line Charts.
http://blogs.msdn.com/b/nav/archive/201 ... harts.aspx
I have succesfully implemented Charts for 4 series using this blog. But I need to make the following changes to the program, any responses are really appreciated.
1.I want X axis to dsiplay 12 months, I am passing the 12 months of data, but the Chart truncates the alternative Months and displays Jan - Mar - May - Jul - Sep - Nov. Is there any way I can force the Chart to display all the 12 parameters. When I reduced the No. of months to 9, the chart dsiplays 9 months(Good). When I add one more to make it 10, the Chart truncates alternative months.
2.Y axis values changes based on the Chart data passed. It increases and decreases the values, I would like to keep the Y axis values consistent to 100.
3.I want the Y axis length to be increases, so that the Chart is not cluttered when 4 or 5 series charts are displayed.
4.I want the background grid if the Chart to display shaded black and not sharp black.
Thanks in adavnce for your help.
Comments
How can I remove the grid from the Chart.
How can I change the Background Color of the Chart