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

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

  •  01-07-2022
  •  | 
  •  

Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top