Quantcast
Viewing all articles
Browse latest Browse all 10045

SSRS - Grid Line Manipulation for Line Chart

Hi All,

I have a line chart which is plotting month end values on the y axis and dates on the x axis.  I'm looking to only show the x axis grid lines on quarter end dates and I was wondering if there was a way to do that.  It needs to be dynamic because the range may vary depending on what data is inputted.  I was playing around with manually setting the grid line interval and offset but I was running into issues since it wasn't dynamic.

I'm hiding rows in a table using this expression and I was wondering if there was a way to apply it to the grid lines.

= IIF(Fields!DTEND.Value = Fields!QuarterDate.Value, False, True)

Thanks,

Rich


Viewing all articles
Browse latest Browse all 10045

Trending Articles