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
695
display x-axis label after ever n data points
posted
I am using WinChart to display large amount of data and it is not displaying labels on x-axis. Is there a way to display labels after every n data points so that user can correlate data points on chart to x-axis?
Parents
  • 10880
    Verified Answer
    posted

    This will depend on what type of chart you have.

    You can try chart.axis.x.tickmarkintervaltype property.  If you set it to smart it will out where to place the labels by itself.  If you set it to percentage, it will use the tickmarkpercentage property.  If you set it to datainterval, it will use the tickmarkinterval and tickmarkintervaltype properties.

    If that doesn't work, try setting chart.axis.x.labels.layout.behavior to none.  If you see your labels then, you can probably use this Knowledge Base article to resolve your issue:

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

     

Reply Children
No Data