BarChart -Shrinkage of Bars

  • 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.

  • There are ways of defining the range yourself

    You can either hard code it or use an expression

    There are some really good tips about charting here:

    http://msdn.microsoft.com/en-us/library/aa964128.aspx

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply