I am using BarChart in SQLServer 2005 ,
For displaying the bars in the report, because of the range at Y – axis, it cuts the bars.
As the maximum and minimum range is not specified for the bars in the report design, the range is displayed randomly for the bars based on the data.
E.g.: If the interval is 5 and highest data point in the chart is 22, in some cases the top most bar that appears is 20 rather than 25.
Can anyone provide some workaround for this.