Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
skip every n labels in WinChart
posted

We tried using your custom renderer documented below to display only nth x-axis labels.

http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=4228

 

what happens is, if we turn off 'auto-rotate' property, x-axis labels(dates) are cut-off as seen .  In your sample code it seems like  labels are not actually skipped but empty string is still returned and displayed for all labels other then nth labels.

Is there any other way to resolve this?

Thank you.