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
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.
Thanks....made some changes in the SP itself.