- Home
- Forum
- ASP.NET Web Forms (Classic)
- Excel Chart Label Spacing
Excel Chart Label Spacing
I am creating a chart to show data over a time period. I have data for every month for several years. When I plot the chart in Excel 2007 all the date labels show up (barely can read them since they overlap each other, too many labels). In excel you can open the format axis and set the major unit to 'Auto'. Is there a way to do this using XlsIO. I tried the TickMarkSpacing = 3 but that applies for all the charts and it is not necessary that all chart spacing are to be adjusted. Some charts are plotted for only a few months and the labels are fine, its the charts that show data for several years that have the issue.
Attached is a screenshot of the chart. Please let me know.
Thanks,
-Swapna
Syncfusion Chart_82d5ab6f.zip
Attached is a screenshot of the chart. Please let me know.
Thanks,
-Swapna
Syncfusion Chart_82d5ab6f.zip
SIGN IN To post a reply.
4 Replies
SG
Swapna Gogineni
July 9, 2010 01:06 PM UTC
Minor correction. Using TickLabelSpacing = 3 not TickMarkSpacing.
Thanks,
-Swapna
Thanks,
-Swapna
GM
Geetha M
Syncfusion Team
July 12, 2010 06:18 AM UTC
Hi Swapna,
Thank you for your interest in Syncfusion products.
Currently it is not possible to set category axis as Automatic. However, I have logged this as a issue internally. Could you please create a new incident in Direct Trac so that we can send you the details?
Regards,
Geetha
Thank you for your interest in Syncfusion products.
Currently it is not possible to set category axis as Automatic. However, I have logged this as a issue internally. Could you please create a new incident in Direct Trac so that we can send you the details?
Regards,
Geetha
KG
Kathy Gray
May 23, 2011 09:57 PM UTC
Has this item been fixed yet? I have the same exact problem.
JB
John Bowlin Bosco K
Syncfusion Team
May 24, 2011 06:33 AM UTC
Hi Swapna,
Thank you very much for your patience.
The reported issue (i.e.,Category axis labels cannot be set to Auto) has been fixed and the fix has been included in our latest release, Essential Studio Volume 2 2011. The axis label can be set to auto by setting the property of IsAutoMajor as follows;
chart.PrimaryCategoryAxis.IsAutoMajor = true;
The Essential Studio Vol 2 2011 is available for download under the following link. Could you please make use of this and let us know if this helps you?
http://www.syncfusion.com/support/forums/general/99216/Essential-Studio-2011-Volume-2-Final-Release-v920137-available-for-download
Please let us know if you need any further assistance.
Regards,
Pauline Bosco
Thank you very much for your patience.
The reported issue (i.e.,Category axis labels cannot be set to Auto) has been fixed and the fix has been included in our latest release, Essential Studio Volume 2 2011. The axis label can be set to auto by setting the property of IsAutoMajor as follows;
chart.PrimaryCategoryAxis.IsAutoMajor = true;
The Essential Studio Vol 2 2011 is available for download under the following link. Could you please make use of this and let us know if this helps you?
http://www.syncfusion.com/support/forums/general/99216/Essential-Studio-2011-Volume-2-Final-Release-v920137-available-for-download
Please let us know if you need any further assistance.
Regards,
Pauline Bosco
SIGN IN To post a reply.
- 4 Replies
- 4 Participants
-
SG Swapna Gogineni
- Jul 9, 2010 01:02 PM UTC
- May 24, 2011 06:33 AM UTC