sandyh Posted December 31, 2008 Report Share Posted December 31, 2008 Hi, I need to draw a chart with the monthly returns, the date column's data like this, 12/31/1998, 1/31/1999,...9/30/2008, when I use the following lines to set the AxisX label format, I got the label 1999,...2008, is that possiable to show the year label only at the end of year month, so the label will display 1998,...,2007 instead? Thanks in advance.chart1.AxisX.LabelsFormat.Format = AxisFormat.Date; chart1.AxisX.LabelsFormat.CustomFormat = "yyyy"; Sandy Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.