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
730
Column chart labels
posted

In the 2-D column chart that I am using, I think due to the large quantity of data being returned from the database, the X-axis labels are not being displayed sometimes. When there are just a few rows and columns returning from DB, then the labels are displayed. Is there any way to resolve this? Thanks

Parents
  • 28496
    Offline posted

     Also, for starters try setting the following properties

    Axis.X.Labels.Layout.Behavior = None

    Axis.X.TickmarkStyle = Percentage

     

     ...you may find now that you see many overlapping labels.  most likely they are all being hidden because there is not enough space available to display without overlapping.

    if necessary, we can discuss your options further after we get a look at your image.

Reply Children
No Data