0
votes

I am creating a column chart in SSRS and want to display a target line on this column chart.

I tried the setting the target series as range column chart with TopValue and bottom value as target. But the target line was very thin.

I tried with multiplying the target value with 1.008 for Top value and Bottom value as target. But in this case the width of the target line varies across data.

I also set up the border as solid and width 2 point.

Is there a consistent way of getting a thick target line on column charts (i would also like to do the same thing for bar chart)?

1

1 Answers

0
votes

I assume here you are attempting to add a single line to the chart to show what value the columns should be aiming for.

Have you attempted to set up another series in the chart that has the 'target value' for every month. You can then change the format of this series from a Column format to a Line format.

Reordering the sequence of the series in the Chart Data panel will allow this line to always appear layered on top of the Columns.

If you are trying to achieve a different outcome please can you clarify the desired end effect.