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

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:
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.
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

Related

is Crystal Report generate stacked bar chart of this style? Sample is attached in image

I Need a report in crystal Report with the attached image style. Can Crystal reports support it?
I assume you also need to show an indicator for the current patient score. Perhaps also a marker for a target/previous/benchmark value.
Since the scales are static, you can underlay a static image for each type of scale. You can then superimpose a dynamically positioned "marker" image (e.g. vertical line or arrow) using Crystal's support for dynamic expression. Here is an example of such a solution:
Another option, if you are flexible about the type of chart, is to use a bullet chart. They are an excellent choice for showing these type of performance ranges with intuitive performance & benchmark markers. There is at least one Crystal Reports User Function Library (UFL) that supports creating bullet charts in Crystal Reports. Here is an image of a report with bullet charts:

How to achieve this kind of heatmap / bar chart with Chart.js

I have to build a horizontal bar with chartjs. I already built a few of them but its a bit different. The chart has 2 labels for the yAxis ("Storm Risk", "Ice Risk") and hours for the xAxes. I have to print out for every hour one of these different options with different colors ("Low", "Medium", "Hight") as ye can see in the screenshot attached.
This kind of bar chart usually the values are represented by the length of the bar and its a bit different.
Any suggestion?.
Thanks
The chart you want to implement is a sort of a "heatmap". As of now (Sep. 2018), Heatmap charts are not supported out of the box by Chart.js. However, you can make one out of a stacked bar chart (in this case, probably stacked horizontal bar chart?): make each stack size equal to one another and each item backgroundColor depending on the actual values being represented. Once this is done, you can override ticks and tooltips using with according callbacks. Legend can be implemented by one more bar chart with sample values and colors.
More details can be found in a related GitHub issue: https://github.com/chartjs/Chart.js/issues/4627
Another alternative would be to use a BubbleChart. The strategy would be similar - you would need to make all bubbles same size, but override their colors. However, provided the look in the question, stacked horizontal bar chart will be more suitable.
Another option for those who are still looking is to use chartjs-chart-matrix https://chartjs-chart-matrix.pages.dev/usage.html plugin.
Example of implementation with Chart.js v3: https://www.youtube.com/watch?v=bi04BgvNY6U

Telerik Reporting Graph

I'm trying to evaluate 2 reporting tools, SQL reporting and Telerik reporting, One of the thing my report should create are some charts. Here comes my problem. I would like to get a line chart that looks like this one created on my RDLC that is how I need it.
With Telerik I almost got the same graph but I still have some problems.
I can't eliminate the margins on the X axis (blue squares)
I can't find how to manually set the X axis interval (green square), searching on forums somebody sais that changing the scale property to DateTime Scale (It crashes my designer)
It is possible to move the axis with the ticks at the bottom of the chart (purple square) like it is on the rdlc chart?
At the end I got an answer on the telerik forum how to set the properties I was missing, if somebody is facing a similar problem the solution can be found here
Chart Xaxis Margin and label interval
The problem in the purple square is solved by selecting the Y axis, from the scale property select CrossAxisPosition, add an element to the collection and set the position atminimum.

Line chart with pictures?

I want to show a line chart, each point in the line chart will refer to a user. So whomever looks at the chart understands who the user is, I'd like each point to have a picture of the user and the user's name. Does anyone know any API that will let me do that?
I was looking at googles line chart (http://code.google.com/apis/chart/interactive/docs/gallery/linechart.html) but I cannot see anyway for me to have each data point represented as an image.
Using Java and JavaFX, you can build a StackPane where you can put two charts (one above other), where the back is a LineChart and the front is a ScatterChart. In this case, these charts will share the same X axis and Y axis, and on ScatterChart you can personalize the points with a picture.
Look:
How to personalize a chart style using Javafx and
How to produce an application with more than one chart in a StackPane
I hope this helps you.
It seems counter intuitive to have different points on the same line of a line graph represent different users.
(Line graphs) show in a linear form one or more variables that fluctuate over a period of time.
I believe if there is more than one variable that would mean there would be more than one line, so it is hard to make suggestions without more information about your specific application. With the currently available data I would recommend amcharts's Column chart with images on top:

I3D Area Chart - I Need Series Labels Next to Chart, Not In Legend

SSRS 2008. Working with 3d Area Chart.
In Excel you can label the X, Y, and the Z Axes, but in SSRS I seem to only be able to label the x and y axes and the Z axis labels seem to be only go in the Legend. I don't want a legend though, I need to have the text describing each color area right next to it.
Thank you very much!
Since charting in SSRS 2008 is an implementation of Dundas I contacted their support department where I was told that the feature I'm looking fro does not exist in either the SSRS embedded version or the box version of their product for that chart type. I contacted other chart vendors and found anothe rbig one that does have the feature I seek, but when I attempted to us it in the demo, the results were illegible with no way to format the labels in such a way that they did not cover each other up. I have not yet found a product (outside of Excel) that is able to clearly display labels on the Depth axis.