Plotting stacked bar chart side by side having 2 value axis using Spotfire - bar-chart

How can I plot a stacked bar chart side by side having 2 value columns on Y axis and one period(year) column on x axis.
For some reason the visualisation splits out two separate bar charts.
However I want the two columns Sum([RCN selection]) and sum([Adjusted Asset]) to be plotted next to each other on a common x axis ([Forcast Year]).
Please also note the bars are coloured based on the subset as shown below.
Side by side bar after Trellis has been cleared.
I however need a side by side stacked bar. Unfortunately when I add the desired dimension to PROPERTIES-->COLORS , the chart dies.

It seems like you have your chart trellised. Turn this feature off
Right Click On Chart > Properties > Trellis
Be sure everything is set to (None) by removing any columns / rows / pages
Then, if you want them side by side
Right Click on Chart > Click Side-by-Side Bars
You can adjust your coloring as you want in your post.

Related

SSRS barchart label position

I'm going nuts trying to control the label position for a barchart. I want the labels to be above the bars and it mostly works. For a large dataset, a couple of bars have the label inside the bar and the rest are all above. For a smaller dataset, the labels all are above. I can't find ANY combination of properties that work consistently.
Click on the series in your chart then on the right side where the properties are under Labels -> Position -> Change to Top.

SSRS 3D Horizontal Stacked Bar Chart Offset and Depth Properties

I am using SSRS (on top of SQL Server 2014). I am making a 3D horizontal stacked bar chart, but there are some display properties that I cannot figure out, despite all information available.
I Am wondering how/if the two measures in the chart above, a & b, can be set:
(a) The depth of the bar chart. Can I make this smaller? I want a much narrower bar.
(b) The offset of the chart from the axis. Is there a way to make the bar hug right up against the axis? Maybe I'm the only one, but when I look at the right extreme of the bar,I have trouble telling how close it falls to the 300 line due to this unnecessary offset.
Furthermore, does SSRS allow me to control things like the color rendering of the chart? Here is an example from another BI reporting tool:
This one has black outlines around all of the bars. Is SSRS capable of this? Mostly, I am just wondering if SSRS can make a chart that looks more like the latter.
The first two can be easily changed.
To set the bar width and border colour, click on one of the bars then hit F4 to bring up the properties pane.
In the properties, expand Custom Attributes and set the point width to something smaller, say 0.2 and set the border colour and style to your choosing.
Here's a screen-grab of the properties to give a nice garish red border and smaller bars.
To set the bars against the base, go to the horizontal (or vertical if you want to change this too) axis properties and set Side Margins to Disabled.
This gives this output...

Axis Customization in SSRS Stacked bar Chart

I Create SSRS stacked bar chart using BIDS.Its look like,
Here,the group will shown in Vertical Axis and the Phase shown in Horizontal Axis.I need to Customize the horizontal Axis.
My question is,I dont want to show number like 10,20,30,40 instead of that I need Text for replace Number.
How to customize the Axis points?Existing:10,20,30,40,50 but I need to change like ,Expectation:Ten,twenty,thirty,Fourty
You can use bar chart with categories on the xAxis.

Align images dynamically alongside bar graphs in SSRS Charts

My requirement is to display images dynamically next to the bars in SSRS charts. I have been using many ways and was not able to find an apt solution to the problem.
I have used the bar graphs and a tablix to display images next to the bars. I have used an expression in order to repeat the images based on the number of the rows obtained from the dataset.
But the main problem is with the alignment of the images with the bars. Here's a pic.
And when the parameter/selection is changed the alignment of the images with the bars get scrambled.
I need to get the images adjacent to the bars just like the previous image(image1) even if the selection is changed.
Is there any way I can get through this?
Please share a solution.
Thanks.
Sai Chaitanya
IMO your image is meaningless clutter, but anyway ...
I would insert a column into the existing Tablix (left of the current image) and move the chart inside that cell. I would remove both axes, Titles etc so you just get a single bar in each cell.
Then I would insert another column into the existing Tablix (left of the chart) and pic the category label which you have blurred out in your image above.
Finally I would add footer rows to show an image for the X axis scale, and the X Axis title.

How to modify this bar chart in SSRS to have the Y axis labels show up on the right side of the chart?

How to modify this bar chart in SSRS to have the Y axis labels show up on the left side of the chart? The only way I was able to get the Y axis labels to show at all was to select one of the series, choose Series Properties...Axes and Chart Areas, and select Vertical axis: Secondary. Setting the vertical axis to 'Primary' causes it to not be displayed on the chart in design or preview.
Suffice to say, in this chart, because of big discrepancies between groups, it is difficult to line up the categories visually when they are on the right side.
Well, for reasons unclear, it appears the chart did not have 'Show Vertical Axis' selected. This behaved differently than if I selected the Series->Axes and Chart Areas->Vertical axis: and attempted to change the Secondary to the Primary.
Selecting 'Show Vertical Axis', and deselecting 'Show Secondary Vertical Axis' achieved the desired effect. Category headings are on the left of the bars in the chart. It is now easier for the eye to track for both categories with very high or very low values.