0

I am creating a chart in my Business Intelligence Development Studio for SSRS 2008 R2. I am having an issue with the Vertical Axis Major Tick Marks. When left on Auto, it sets the Major Tick Marks at every 2 million. I am wanting them every 1 million. How do I go about creating an expression that will accomplish this?

my chart

Code Maverick
  • 20,171
  • 12
  • 62
  • 114

1 Answers1

0

I was able to get it adjusted by setting the Maximum Value to:

SUM of the Y-Axis field plus 1,000,000.

Code Maverick
  • 20,171
  • 12
  • 62
  • 114