1
votes

I have SSRS reports which has a column chart.

The column chart has 2 value: Actual and Target.

The actual value is displayed as column chart with data labels displayed and target value as Range column (my data has different targets for different values and would like to display target line for each bar)

The problem which I am running into is that sometimes this target line gets displayed over the data labels and its hard to read the data value.

Is there any way to set these labels to display over the target line when this happens?

This is what is happening right now:

https://drive.google.com/file/d/0Bx_Po7ND9VtOcW8xN3JSNlk5NjQ/view?usp=sharing

Options I tried till now:

1) setting the target values as first series and actual as second series: In this case I don't get to see the target lines as bars gets painted over the target lines.

1

1 Answers

0
votes

You can set your Range Series' Fill color to use Transparency to allow the elements behind the line to be seen.

enter image description here

On another note, in the future you may want to do this with a StripLine on the axis rather than creating a new series.

http://blogs.adatis.co.uk/blogs/jeoc/archive/2013/07/23/adding-strip-lines-to-reports.aspx

http://blog.jontav.com/post/7067899413/axis-striplines-in-ssrs-charts