Jump to content
Software FX Community

Problem with chart1.AxisX.LabelsFormat.CustomFormat = "yyyy" , please help!


sandyh

Recommended Posts

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...