Ben Gribaudo
Ben Gribaudo

Reputation: 5147

Chart bar not property sizing when scalar axis's interval set to 1

When I create a Microsoft SQL Server Reporting Services 2012 bar chart with the horizontal axis type set to scalar and the interval set to 1, the rendered bar size does not match the axis label size.

In the example below, a value of 1 should be displayed for 9/1/12 and a value of 52 should be displayed for 9/5/12. However, the bars span too wide. Each spans three date labels instead of just one.

How do I limit the chart's bars so that they are the proper width?

Thank you!

Bar chart demonstraighting problem

Upvotes: 1

Views: 2574

Answers (1)

Mari
Mari

Reputation: 56

I had the same problem, I changed the MaxPixelPointWidth to a value, in my case 15, and that fixed my problem.

(Chart Series properties=>CustomAttributes=>MaxPixelPointWidth) //Mari

Upvotes: 4

Related Questions