Create a dynamic "cross section" for competence vs. confidence chart in Report Builder 3.0

StackOverflow https://stackoverflow.com/questions/19427997

  •  01-07-2022
  •  | 
  •  

문제

I have created a confidence vs. competence chart using Report Builder 3.0. Currently the "cross section" of the chart is static and separated by a background image on the chart.

Like this:

enter image description here

However, as a requirement, the cross section needs to be dynamic. I can remove the background image (it isn't needed). I can pass the values for the both the x and y axis into the report when the lines need to cross. The problem is trying to actually implement this on the chart.

enter image description here

Can anyone provide a solution or point me in the right direction?

도움이 되었습니까?

해결책

The cross section is just a line graph (or two) overlayed on your original chart.

Here's an example of overlayed charts:

http://www.sqljason.com/2012/03/overlapping-charts-in-ssrs-using-range.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top