Link to home
Start Free TrialLog in
Avatar of SQLSearcher
SQLSearcher

asked on

SSRS Chart display all Categorys

Hello Experts Exchange
I have a chart in SSRS that I'm developing, and currently it only display 3 Categories, how do I change it to show me all Categories?

Regards

SQLSearcher
Avatar of Phillip Burton
Phillip Burton

Does your dataset only have 3 categories? Need a bit more information to help.
Avatar of SQLSearcher

ASKER

Hello Phillip
I have uploaded a screen shot of how the chart looks like.

I want every category labelled.

Regards

SQLSearcher
Chart-Screen-shot.jpg
ASKER CERTIFIED SOLUTION
Avatar of Phillip Burton
Phillip Burton

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also, make sure that VariableAutoInterval" is False
Thank you very much for your help.