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
Thanks....made some changes in the SP itself.
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.
it seems the domain you're linking to can't be accessed from our office. not sure what's going on there, but try attaching the image using our forums instead-- just click the "options" tab when composing your response, and click the button there to attach your image.
Your domain is not accessible to the public, looks like it's firewalled. http://dashboardev.mgx2.com Is that a test environment perhaps?
There are a bunch of file/image sharing sites out there where you can post the images as well, if you can't get your site public access.
I'd also recommend posting the code that you're using to set up the chart - makes it easier for someone on the other end to build a repro. Lastly, if you could be specific as to the number of data items you're showing, it may help as well.
-Tony
I hope this is better.