I have a year-on-year line chart as shown below.
Y-axis is a category axis (month number), not scalar - otherwise I cannot build year-on-year chart. I need a strip line run through specific month. As far as I understand, strip lines are only possible for scalar (number/date) axis.
Questions:
- Is it possible to add strip line to existing chart?
- If not, how to build year-on-year chart with scalar horizontal axis?
Asked
Active
Viewed 1,012 times
0

Mchief
- 125
- 12
-
Did you try it? What problem did you have? – Nick.Mc Oct 31 '16 at 00:42
-
tried bunch of things, even explicitly specified month number as strip width - nothing happened – Mchief Oct 31 '16 at 02:50
-
Does this guide help: http://stackoverflow.com/questions/4967641/implementing-target-lines-in-ssrs-column-charts. I know that you have to set up all the properties exactly or it won't appear. – Nick.Mc Oct 31 '16 at 03:01
-
Thanks for the link. Played around, no progress. Still suppose this is because axis is not scalar – Mchief Oct 31 '16 at 04:19