zhyluopro Posted June 24, 2009 Report Posted June 24, 2009 I create a bar chart but the x axis label behavior is so wired. When I set the time range of the report to less than 10 bars it shows all right. But when I change the time range to make it show more than 10 bars, the x axis label show in erratic manner. Please check the attached picture. There are two major errors: 1. the display of x label is in strange manner, how to set it to show in even step manner? 2. why the last label show "Feb/10 " even the maximum date from data source is only "05/2009"? some ghost there? How to handle the problem? The only code I change is: chart.DataType[0]= DataType.Label; chart.AxisX.LabelsFormat.Format = SoftwareFX.ChartFX.AxisFormat.Date; chart.AxisX.LabelsFormat.CustomFormat = "MMM/yy"; Quote
Frank Posted August 14, 2009 Report Posted August 14, 2009 Please export this chart to a binary file (using the export method) and attach it to your post. Quote
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.